{% extends "base-modal.html" %} {% block title %}{{ title }}{% endblock %} {% block content %} {% from "forms/macros.html" import render_field %} {% if request.query_string %}
{% else %} {% endif %} {{ form.csrf_token }} {% if parent %} Cancel {% endif %}
{% endblock %}