{% extends "base.html" %} {% load humanize i18n %} {% block breadcrumbs %}
  • {% translate "Manage" %}
  • {% translate "Billing" %}
  • {% 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 %}