{% extends "pages/base.html" %} {% set title = "Create a new " + type %} {% set has_no_parents = parent_type is not none and parents|length <= 0 %} {% block main_content %} {{ super() -}}
{% if has_no_parents %}
{% endif %}
{% if parent_type is not none and parents|length > 0 %}
{% endif %}
{% if type == 'site' %}
{% endif %}
Cancel
{% endblock main_content %}