{% extends "layouts/main.html" %} {% block title %}{{ page_title }}{% include "layouts/_app_title_suffix.html" %}{% endblock %} {% block page_title %}{{ page_title }}{% endblock %} {% block page_actions %} {% for act in page_actions or [] %} {% if act.kind != 'menu' %} {% include "_view_action_button.html" %} {% endif %} {% endfor %} {% if access.can_create and (create_href or form_view_name) %} {% if create_href %} {% else %} {% endif %} New {% endif %} {% for act in page_actions or [] %} {% if act.kind == 'menu' %} {% include "_view_action_menu.html" %} {% endif %} {% endfor %} {% endblock %} {# ── Main content ── #} {% block content %}