{% extends 'admin/model/edit.html' %} {# Direct links from the project edit form to the Setup Rules that belong to this project (filtered list) and to the project overview page. #} {% block edit_form %} {% if form.name.data %}
{% endif %} {{ super() }} {% endblock %}