{% 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'}}

Time

Change time for this event {{dict_table(e, ['nick', 'actions'])}}

Audio

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