{% extends "dbadmin_base.html" %} {%block styles %} {{super()}} {%endblock styles%} {%block scripts %} {{super()}} {%endblock scripts %} {% block title %}Larigira - edit event {%endblock%} {% block content %}
{% if alarm: %} You are currently editing: {{alarm|tojson}} {% endif %}

Change actions

Available actions:
    {% for a in all_actions %}
  • {% if a.nick %} {{a.nick}} {% else %} {{a.eid}} {%endif%}
  • {% endfor %}
Actions currently added:
    {% for a in actions %}
  • {% if a.nick %} {{a.nick}} {% else %} {{a.eid}} {%endif%}
  • {% endfor %}
{% endblock content %} {# vim: set ts=2 sw=2 noet: #}