{% load i18n %} {% if self.mobile %}
{% trans "Options" %} | {% endif %} {% for column_name, lookup, sortable, to in self.column_names %}{% if sortable %}{% endif %} {{ column_name|normalyze }} {% if sortable %}{% endif %} {% if self.order_by == lookup and sortable %} {% endif %} | {% endfor %} {% if self.drop_down.has_inline_action and not self.readonly and not self.request.GET.popup %}{% trans "Actions" %} | {% endif %}
---|---|---|
{% paginator_icons self obj %} | {% endif %} {% for column_name, lookup, sortable, to in self.column_names %} {% with value=obj|getattr:lookup %}{{ value|format|safe }} | {% endwith %} {% endfor %} {% if self.drop_down.has_inline_action and not self.readonly and not self.request.GET.popup %}{% add_actions self obj %} {{ self.drop_down }} | {% endif %}