{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block breadcrumbs %}
  • {% translate "Create component" %}
  • {% endblock breadcrumbs %} {% block content %} {% if not projects %} {% translate "You do not have permission to create components in any projects." as msg %} {% show_message "warning" msg %} {% if has_billing %} {% include "snippets/billing-failure.html" %} {% endif %} {% else %}
    {% csrf_token %}

    {% documentation_icon 'admin/projects' 'component' right=True %} {% translate "Add new translation component" %}

    {% crispy form %} {% if stage == "create" %}
    {% translate "You will be able to edit more options in the component settings after creating it." %}
    {% endif %}
    {% endif %} {% endblock content %}