{% from 'macros/action.html' import table %} {% extends "base.html" %} {% set title = "Actions" %} {% block script %} {% endblock %} {% block content %} {{ table(actions) }} {% endblock %}