{% extends "pages/base.html" %} {% load base_tags %} {% load page_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_PAGES_LABEL trans 'Page' %} {% trans 'Edit' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_PAGES_LABEL 'Page' %} {% trans "Edit" %}

{% csrf_token %}
{{ form|styled_form }}
+ {% trans "Category" %}
{{ categoryform|styled_form }}
+ {% trans "SEO Meta" %}
{{ metaform|styled_form }}
{% if page.status %} {% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {{ form.media }} {% include 'tags/autocomplete.html' %} {% endblock %}