{% extends "base.html" %} {% load humanize i18n %} {% block nav_pills %} {% endblock nav_pills %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}
{% include "billing/list.html" with objects=trial show_expiry=1 %}
{% include "billing/list.html" with objects=pending show_expiry=1 %}
{% include "billing/list.html" with objects=free %}
{% include "billing/list.html" with objects=removal show_removal=1 %}
{% include "billing/list.html" with objects=terminated %}
{% endblock content %}