{% extends "pages/base.html" %} {% load base_tags %} {% load page_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_PAGE_LABEL trans 'Page' %} {% trans 'Add' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% csrf_token %}
{{ form|styled_form }}
+ {% trans "Category" %}
{{ categoryform|styled_form }}
+ {% trans "SEO Meta" %}
{{ metaform|styled_form }}
{% endblock %} {% block extra_body %} {{ block.super }} { {{ form.media }} {% include 'tags/autocomplete.html' %} {% endblock %}