{% extends 'dashboard/layout.html' %} {% block body_class %}promotions{% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block dashboard_content %} {% block promotion_form %}
{% csrf_token %} {% include "partials/form_fields.html" with form=form %} {% block inlines %} {% endblock %} or cancel
{% endblock %} {% if promotion %}

Pages displaying this content block

{% if links %} {% for link in links %} {% endfor %}
Page URL Position on page Actions
{{ link.page_url }} {{ link.position }}
{% csrf_token %} View all blocks on this page
{% else %}

This promotion is not displayed anywhere at the moment.

{% endif %}

Add to a page

{% csrf_token %} {% include "partials/form_fields_inline.html" with form=link_form %}
{% endif %} {% endblock %}