{% extends 'oscar/dashboard/layout.html' %} {% load i18n %} {% block body_class %}{{ block.super }} create-page promotions{% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {{ heading }} {% endblock %} {% block dashboard_content %} {% block promotion_form %}

{% trans "Content block" %}

{% csrf_token %} {% include "oscar/dashboard/partials/form_fields.html" with form=form %} {% block inlines %} {% endblock %}
{% trans "or" %} {% trans "cancel" %}
{% endblock %} {% if promotion %} {% if links %} {% for link in links %} {% endfor %} {% else %} {% endif %}
{% trans "Pages displaying this content blocks" %}
{% trans "Page URL" %} {% trans "Position on page" %} {% trans "Actions" %}
{{ link.page_url }} {{ link.position }}
{% csrf_token %} {% trans "View all blocks on this page" %}
{% trans "This promotion is not displayed anywhere at the moment." %}

{% trans "Add to a page" %}

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