{% 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:
Actions currently added:
{% endblock content %} {# vim: set ts=2 sw=2 noet: #}