{% tailwind_css %} {% htmx_js %} {% block header_scripts %}{% endblock %}
Staff {% for parent in parent_view_classes %} / {{ parent.get_nav_title() }} {% endfor %} / {{ title }}
Back to app
{% block header %}
{% block image %} {% if image %} {{ image.alt }} {% endif %} {% endblock %}

{% block title %}{{ title }}{% endblock %}

{% if description %}

{{ description }}

{% endif %}
{% endblock %}
{% block actions %}{% endblock %} {% for link, url in links.items() %} {{ link }} {% endfor %}
{% if cards %}
{% for card in cards %}
{{ render_card(card)|safe }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% toolbar %}