{% 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_trial and billing.plan.price == 0 %} {% trans "Request approval for Libre hosting" %} {% endif %} {% endfor %} {% endif %}
{% endif %}{% trans "Loading…" %}