{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Your profile" %}
  • {% trans "Billing" %}
  • {% endblock %} {% block content %} {% for billing in billings %} {% include "billing/detail.html" %} {% empty %} {% trans "You currently do not have any billings active." as msg %} {% show_message "info" msg %} {% if offer_hosting %} {% trans "View hosting plans" %} {% endif %} {% endfor %} {% endblock %}