{% extends "admin/base.html" %} {% import "admin/macros.html" as macros %} {% set base_url = app.ps.admin.cfg.prefix + '/' + active.name.lower() %} {% block title %} {{active.name}} {% endblock %} {% block content %} {% if active.actions %} {% endif %} {% set url = admurl(request, 'ap-sort') %} {% for column in active.columns %} {% endfor %} {% for item in active.collection|list %} {% if active.actions %} {% endif %} {% for column in active.columns %} {% endfor %} {% endfor %}
{% if active.can_edit and active.form %} {% endif %} {{ active.render_value(item, column)|safe }} {% if active.can_delete and active.delete %} {% endif %}
{% if active.limit %} {% set pages = active.count // active.limit %} {% if pages %} {% endif %} {% endif %} {% endblock %} {% block js_admin %} {% endblock %}