{% extends "dbadmin_base.html" %} {% import "bootstrap/wtf.html" as wtf %} {%block scripts%} {{super()}} {%endblock%} {% block title %}Larigira - DB add time "{{kind}}" {%endblock%} {% block content %} {% if form.errors %}
There were some error in your form; please fix them, then resubmit
{% endif %} {% if mode == 'edit' %}
Note: You can change parameters, but you cannot change the kind of this alarm (yet)
{% endif %}
{{wtf.quick_form(form)}}
{% if mode == 'edit' %}
{% endif %} {% endblock content %} {# vim: set ts=2 sw=2 noet: #}