{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Your profile" %}
  • {% trans "Billing" %}
  • {% endblock %} {% block content %} {% for billing in billings %} {% include "billing/detail.html" %} {% endfor %} {% endblock %}