{% extends "base.html" %} {% load i18n %} {% load translations %} {% load permissions %} {% load crispy_forms_tags %} {% load metrics %} {% block breadcrumbs %}
{% trans "Add new translation component" %} {% if offer_hosting %} {% for billing in object.billings %} {% if billing.is_libre_trial %} {% trans "Request approval for Libre hosting" %} {% endif %} {% endfor %} {% endif %}
{% endif %}{% trans "Loading…" %}