{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block css %} {% endblock %} {% block wrapperclass %} narrow auth {% endblock %} {% block modal_header_signout %} {% endblock %} {% block title %} {% trans "Custom SCM Setup" %} | {{ block.super }} {% endblock %} {% block main %}

{% trans "Custom Source Control Management Setup" %}

{% trans "Add your basic source control information in order to create an integration. You will be able to edit this information later." %}

{% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% endblock %}