{% load i18n locale %} {% if show_delete %}
{% csrf_token %}
{% endif %}
{% csrf_token %} {{ form.non_field_errors }} {% include 'admin/staticpages/_field.html' with field=form.title %} {% include 'admin/staticpages/_field.html' with field=form.virtual_path help_pre='True' %} {% include 'admin/staticpages/_field.html' with field=form.active %} {% if form.url %} {% include 'admin/staticpages/_field.html' with field=form.url %}
{% comment %} Translators: Displayed as 'Redirect to URL or Display Content'{% endcomment %} {% trans "or" %}
{% endif %} {% include 'admin/staticpages/_field.html' with field=form.body %}

{% blocktrans %} Use <a href="#/page-slug">Link text</a> code to provide links between static pages. Such links will be rewritten with full paths to static pages. {% endblocktrans %}