{# Base template for SkdListView #} {% extends "index.html" %} {% load i18n %} {% load skd_listview %} {% block content %} {% if object_list %}
{{ column }} | {% endfor %}{% trans "Actions" %} |
---|---|
{{ column }} | {% endfor %}
{% for action in row_actions %}
{{ action.title }}
{% endfor %}
|