{# {% include 'admin/components/helpers/page-title.html' %}#}
{% block content %}
{% endblock %}
{{ 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 %}