{% include 'components/layouts/head.html' %}
{% include 'components/layouts/navbar.html' %} {# {% include 'components/layouts/parts/top-navigation-slim.html' %}#} {# {% include 'components/layouts/parts/search-modal.html' %}#}
{# {% include 'admin/components/helpers/page-title.html' %}#}

{{ page_title }}

{% if request.path == "/admin/" + pluralize(resource)|lower %} {{ before_list_view_actions_hook|safe }} Add {% elif request.path == "/admin/" + pluralize(resource)|lower + "/create-" + resource|lower %} {% elif id and request.path == "/admin/" + pluralize(resource)|lower + "/" + id %} {{ before_edit_actions_hook|safe }} {% if edit_actions %} {% for action in edit_actions %} {% endfor %} {% endif %} {% endif %}
{% block content %} {% endblock %}