{% extends "sentry/bases/modal.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{% trans "New Team" %} | {{ block.super }}{% endblock %} {% block main %}
{% csrf_token %} {{ form|as_crispy_errors }} {% block inner %} {% endblock %}
{% if current_step != first_step %} {% endif %}
{% if current_step != first_step %} {% endif %}
{% endblock %}