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

    {% trans "No subscriptions or due payments." %} {% trans "In case you miss access to billing of your project, please contact project maintainers to give you permission to access its billing." %}

    {% if offer_hosting %} {% trans "View hosting plans" %} {% endif %} {% endfor %} {% if payment_enabled and not active_billing_count %} {% trans "Purchase new hosting plan" %} {% endif %} {% endblock %}