{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "Your profile" %}
  • {% trans "Billing" %}
  • {% endblock %} {% block content %} {% include "billing/list.html" with objects=billings %} {% if not billings %}

    {% trans "No subscriptions or due payments." %} {% trans "If you miss access to billing of your project, please ask its admins to grant you access." %}

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