{% extends "backoffice/base.html" %} {% load i18n %} {% block content %}
search vouchers:
{% csrf_token %}
{% if object_list is not None %}
{{ search_term }} {{ object_list|length }}
{% for obj in object_list %} {% endfor %} {% if more_results %} {% endif %}
Voucher Content Target
{{ obj.voucher }} {{ obj.content }} {{ obj.target }}
...
{% endif %} {% endblock content %}