{% extends 'ohmyadmin/base.html' %} {% import 'ohmyadmin/actions.html' as actions %} {% import 'ohmyadmin/components.html' as components %} {% block main %}
{% include 'ohmyadmin/breadcrumbs/breadcrumbs.html' %}

{% block page_title %}{% if page_title is defined %}{{ page_title }} {% endif %}{% endblock %}

{% if page_description is defined %}
{{ page_description }}
{% endif %}
{% block page_actions %} {{ components.render_component(request, screen.page_toolbar) }} {% endblock %}
{% if screen.get_page_metrics() %} {% include 'ohmyadmin/screens/metrics.html' %} {% endif %} {% block content %}{% endblock %}
{% endblock %}