{% extends 'admin/master.html' %} {% import 'admin/lib.html' as lib with context %} {% from 'admin/lib.html' import extra with context %} {# backward compatible #} {% block head %} {{ super() }} {{ lib.form_css() }} {% endblock head %} {% block body %} {{ super() }} {% if current_user.is_authenticated %}
Use the menu items above to add services and incidents.
{% else %} {{lib.render_form(form)}} {% endif %} {% endblock body %} {% block tail %} {{super()}} {{lib.form_js()}} {% endblock tail %}