{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Campaigns" %}{% endblock %} {% block main %}

{% trans "Campaigns" %}

{% for object in object_list %}

{{ object.name }}

{{ object.description|safe }}

{% endfor %} {% endblock %} {% block context_menu %} {% if request.user.is_authenticated %}
  • {% trans "Payment site configuration" %}
  • {% endif %} {% endblock %} {% block context_info %}

    {% trans "Campaign administration" %}

    {% trans "You may have more campaigns running at the same time. Click the headers to get the details and options to update." %}

    {% endblock %}