{% extends "base.html" %} {% block content %}
{% if remove_error|length > 0 %} {% endif %}

Tables

{% for table in tables|sort(attribute="name") %} {% endfor %}
Name Addresses Actions
{{ table.name }} {% set comma = joiner(", ") %} {% for addr in table.addrs %}{{ comma() }}{{ addr }}{% endfor %}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}