{% if has_bulk_actions %} {% endif %} {% for name, text, class in columns %} {% endfor %} {% if load_rows_from_template %} {% for object in object_list %} {% if has_bulk_actions %} {% endif %} {% include row_template_name with item=object %} {% endfor %} {% else %} {% for row in rows %} {% comment %} {% endcomment %} {% for cell in row %}{{ cell }}{% endfor %} {% endfor %} {% endif %}
{{ text }}