{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 %} {% block content %}
{% for order in orders %} {% endfor %}
My orders.
# Date Amount Status
{{order.id}} {{order.created_at}} {{order.VMPlan.price}} {{order.approved}}
{%endblock%}