{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% 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 %}