{% extends "base.html" %} {% from "macros.html" import icon %} {% block title %}{{ title }}{% endblock %} {% block content %}
| {{ t('Model') }} | {% for v in permission_matrix.verbs %}{{ t(v) }} | {% endfor %}
|---|---|
| {{ row.label }} | {% for cell in row.cells %}{% if cell.checked %} {{ icon('check', 14) }} {% else %} — {% endif %} | {% endfor %}
{{ t('No related records') }}
| {{ col }} | {% endfor %}|
|---|---|
| {{ row[col] }} | {% endfor %}{% if inline.target_slug %} {{ icon('search', 16) }} {% endif %} |
{{ t('No related records') }}