{% extends 'localcosmos_server/modals/modal_base.html' %} {% load i18n localcosmos_tags app_tags %} {% block modal_content %} {% block header %} {% endblock %} {% with name=content_type_id|ctype_name %}
{% get_generic_content_help_text content_type.model_class %}
{% endwith %}
{% endblock %} {% block script %} {% if created_content %} {% if is_app_creation %} {% else %} {% endif %} {% else %} {% if disallow_single_content %} {% else %} {% if is_app_creation %} {% else %} {% endif %} {% endif %} {% endif %} {% endblock %}