{% extends "shatailadmin/base.html" %} {% load shatailadmin_tags %} {% load i18n %} {% block titletag %}{% blocktrans trimmed with page_type=content_type.model_class.get_verbose_name %}New {{ page_type }}{% endblocktrans %}{% endblock %} {% block bodyclass %}page-editor create model-{{ content_type.model }}{% endblock %} {% block content %}
{% include 'shatailadmin/shared/headers/page_create_header.html' %} {% include "shatailadmin/shared/page_side_panels.html" %} {% endblock %} {% block extra_css %} {{ block.super }} {% include "shatailadmin/pages/_editor_css.html" %} {{ media.css }} {% endblock %} {% block extra_js %} {{ block.super }} {% include "shatailadmin/pages/_editor_js.html" %} {% comment %} Additional js from widgets media. Allows for custom widgets in admin panel. {% endcomment %} {{ media.js }} {% endblock %}