{% extends "admin/change_list.html" %} {% load admin_list i18n humanize %} {% if not is_popup %}{% block breadcrumbs %}{% endblock %}{% endif %} {% block content %}
{% for section in sections %} {% endfor %}
{% trans "Billing and Invoicing" %}
{{ section.text }}
{% endblock %}