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

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

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