{% extends "admin/base_site.html" %} {% load i18n admin_urls admin_static admin_modify ghoster_tags %} {% block extrahead %}{{ block.super }} {{ media }} {% endblock %} {% block content %} {% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% if errors %}

{% if errors|length == 1 %}{% trans "Please correct the error below." %}{% else %} {% trans "Please correct the errors below." %}{% endif %}

{{ adminform.form.non_field_errors }} {% for fieldset in adminform %} {% include "admin/includes/fieldset_error.html" %} {% endfor %}
{% endif %} {# TODO: don't know why span disappear and jq doesn't work #} {# #} {# #} {# 1111#} {# #} {# #} {{ ghosterform.markdown }} {% endblock %} {% block ghoster-cms %} {% get_ghoster_form adminform as ghosterform %}
{% csrf_token %}{% block form_top %}{% endblock %}
{{ block.super }}
{% endblock %} {# TODO: {{ ghosterform.title }} conflict with the origin form #} {# {% block breadcrumbs %} #} {# #} {# {% endblock %} #} {% block object-tools %} {% if change %}{% if not is_popup %} {% block object-tools-items %} {% if has_absolute_url %} {% endif %} {% endblock %} {% endif %}{% endif %} {% endblock %} {% block ghoster-topbar %}
{{ ghosterform.title }}
{% endblock %} {% block ghoster-sidebar %}
{% block field_sets %} {% for fieldset in ghosterform.meta %} {% include "admin/includes/ghoster_fieldset.html" %}
{% endfor %} {% endblock %} {#
#} {# slug#} {#
#} {#
#} {#
#} {#
{{ gh.meta.slug }}
#} {#
#} {#
#} {#
#} {# thumbnail#} {#
#} {#
#} {#
#} {# #} {# {{ gh.meta.cover }}#} {#
#} {#
#} {#
#} {# page#} {#
#} {#
#} {#
#} {#
{{ gh.meta.page }}
#} {#
#} {#
#} {#
#} {# category#} {#
#} {#
#} {#
#} {#
{{ gh.meta.category }}
#} {#
#} {#
#} {#
#} {# editor#} {#
#} {#
#} {#
#} {#
{{ gh.meta.editor }}
#} {#
#} {#
#} {#
#} {# date#} {#
#} {#
#} {#
#} {#
#} {# #} {# #} {# #} {# #} {#
#} {#
{{ gh.meta.date }}
#} {#
#} {#
#} {#
#} {# tags#} {#
#} {#
#} {#
#} {# tag #} {#
{{ gh.meta.tags }}
#} {#
#} {#
#} {#
#} {# viewers#} {#
#} {#
#} {#
#} {#
{{ gh.meta.viewers }}
#} {#
#} {#
#}
{% endblock %} {% block content_title %}{% endblock %} {#{% block submit_buttons_top %}{% submit_row %}{% endblock %}#} {% block footer %} {# #} {% endblock %}