{% extends 'website/backoffice/base.html' %} {% load url from future %} {% load spurl %} {% block bodyclass %}list{% endblock %} {% block content %}
{% if button %} {{ button.text }} {% endif %} {% if search %}
{% endif %}
{% 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 %} {{ column }} {% if column.is_ordered %} {% if column.is_ordered_straight %}
{% else %}
{% endif %} {% endif %} {% else %} {{ column }} {% endif %}
{% if forloop.counter == 1 %} {% if row.data.get_backoffice_url %} {{ value }} {% else %} {{ value }} {% endif %} {% else %} {% if value %} {{ value }} {% else %} – {% endif %} {% endif %} Quick Look
{% if table.paginator.num_pages > 1 %} {% endif %} {% endblock %}