{% 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 == "4.6.2" %}×{% elif BOOTSTRAP_VERSION == "5.1.3" %}{% endif %} {{ data.error }}

{% endif %} {% if data.success %}
{% if BOOTSTRAP_VERSION == "4.6.2" %}×{% elif BOOTSTRAP_VERSION == "5.1.3" %}{% endif %} {{ data.success }}

{% endif %}
{% csrf_token %} {{ data.repository_form }}
{% endblock %} {% block box_footer %} {% endblock %}