{% extends 'base.html' %} {% block content %} {% module Template( 'modules/header.html', admin=admin, heading=admin.name, back_button=False, add_button=True, absolute_url=None ) %} {% set actions = admin.get_actions(handler) %}
{% for header in headers %} {% end %} {% for item in list_items %} {% for index, header in enumerate(headers) %} {% set value = get_value(get_chained_attr(item, header[0])) %} {% end %} {% end %}
{{ header[1] }}
{% if index == 0 %} {{ value }} {% else %} {{ value }} {% end %}
{% for action in actions %} {% if action.require_confirmation %} {% end %} {% end %} {% include 'modules/pagination.html' %} {% end %}