{% extends "cabinet/base.html" %}
{% block content %}
{{ module.label }} {{ page.subtitle }}{{ page.title }}
{% if page.subtitle %}
| {{ column.label }} | {% endfor %} {% if page.actions %}Actions | {% endif %}
|---|---|
| {% if page.row_href_key and row.get(page.row_href_key) %} {{ row.get(column.key, "") }} {% else %} {{ row.get(column.key, "") }} {% endif %} | {% endfor %} {% if page.actions %}{% for action in page.actions %} {% endfor %} | {% endif %}
{{ page.empty_message }}
{% endif %}