{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3 %} {% load i18n %} {% block content %}
| # | {% trans "Date"%} | {% trans "Amount"%} | {% trans "Status"%} | |
|---|---|---|---|---|
| {{ order.id }} | {{ order.created_at | date:"M d, Y" }} | {{ order.price }} CHF | {% if order.approved %} {% trans "Approved"%} {% else %} {% trans "Declined"%} {% endif %} | {% trans "View Detail"%} |