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