{% extends 'website/backoffice/base.html' %} {% load url from future %} {% load spurl %} {% block bodyclass %}list{% endblock %} {% block content %}
{% if column.sortable %} {{ column }} {% if column.is_ordered %} {% if column.is_ordered_straight %} {% else %} {% endif %} {% endif %} {% else %} {{ column }} {% endif %} | {% endfor %}|
---|---|
{% if forloop.counter == 1 %} {% if row.data.get_backoffice_url %} {{ value }} {% else %} {{ value }} {% endif %} {% else %} {% if value %} {{ value }} {% else %} – {% endif %} {% endif %} | {% endfor %}Quick Look |