{% extends 'ohmyadmin/app.html' %} {% import 'ohmyadmin/icons.html' as icons %} {% import 'ohmyadmin/actions.html' as actions %} {% block page_actions %} {% call actions.action_toolbar() %} {% for action in screen.actions %} {{ actions.action_button(request, action, screen) }} {% endfor %} {% endcall %} {% endblock %} {% block content %}