{% extends "wheelcms_axle/base_admin.html" %} {# base template for create/edit templates #} {% block base_main %} {{ block.super }} {% block form_header %}{% endblock %} {% block form_form %}
{% block form_tabs %} {% endblock %}
{% csrf_token %} {% if attach %} {% endif %}
{% include "two.bootstrap/bootstrap-form.html" with fields=form.content_fields %}
{% include "two.bootstrap/bootstrap-form.html" with fields=form.advanced_fields %}
{% block form_actions %} {% endblock %}
Properties
SEO
{% endblock %} {% endblock %}