{% extends "achilles/table.html" %} {% block table %}
{% for action in table.actions %} {{ action.render|safe }} {% endfor %}
{{ block.super }} {% endblock %}