{% extends "dbadmin_base.html" %} {%block scripts%} {{super()}} {%endblock%} {% block title %}Larigira - DB list {%endblock%} {% block content %}
{% for e, actions in events %}

Event {{e.eid}} {{e.nick if 'nick'}}

Edit {{dict_table(e, ['nick', 'actions'])}}

Actions

    {% for a in actions %}
  1. {{a.nick}} {{dict_table(a, ['nick'])}}
  2. {% endfor %}
{# actions #}
{# event #} {% endfor %}
{% endblock content %} {# vim: set ts=2 sw=2 noet: #}