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