{% extends 'website/backoffice/base.html' %} {% load url from future %} {% load spurl %} {% block bodyclass %}newsletter{% endblock %} {% block content %} Add Newsletter {% for column in table.columns %} {% endfor %} {% block table_content %} {% for row in table.rows.page %} {% for value in row %} {% endfor %} {% endfor %} {% endblock %}
{% if column.sortable %} {% endif %} {{ column }} {% if column.sortable %} {% endif %} {% if column.is_ordered %} {% if column.is_ordered_straight %}
{% else %}
{% endif %} {% endif %}
{% if forloop.counter == 1 %} {{ value }} {% else %} {% if value %} {{ value }} {% else %} – {% endif %} {% endif %}
{% if table.paginator.num_pages > 1 %} {% endif %} {% endblock %}