{% extends "layouts/app.twig" %} {% block title %}{{ __('Create Application') }}{% endblock %} {% block content %}
{% include 'partials/flash.twig' %}
{{ csrf.field | raw }}
The "Phase name" field is required only if the "Type" is set to "Custom".
{% if registrars and not registrar %}
{% endif %}
{% include 'partials/footer.twig' %}
{% endblock %}