{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}Add Repository{% endblock %} {% block box_body %} {% if data.error %}
{% if BOOTSTRAP_VERSION|first == "4" %}×{% elif BOOTSTRAP_VERSION|first == "5" %} {% endif %} {{ data.error | safe }}
{% endif %} {% if data.success %}
{% if BOOTSTRAP_VERSION|first == "4" %}×{% elif BOOTSTRAP_VERSION|first == "5" %}{% endif %} {{ data.success }}
{% endif %}
{% csrf_token %} {% for field in data.repository_form %}
{{ field.label_tag }} {{ field }} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endfor %}
{% endblock %} {% block box_footer %} {% endblock %}