{% extends 'ohmyadmin/app.html' %} {% import 'ohmyadmin/lib/buttons.html' as buttons %} {% block content %}
{% for action in row_actions %} {{ action }} {% endfor %}
{% for column in columns %} {% endfor %}
{{ column.label }} {{ column(object) }}
{% endblock %}