+
-
+
-
- {% if messages %}
- {% for message in messages %}
-
- {{ message }}
-
-
- {% endfor %}
- {% endif %}
- {% block main %}
-
- {% block content %}
- Click a link on the left sidebar to get started.
- {% endblock content %}
-
- {% endblock main %}
-
+
+
Business
+
+ Manage Locations
+
+
+ Manage Meetings
+
+
+
People
+
+ Manage People
+
+
+
Medical
+
+ TODO Manage Medical Updates
+
+
- {% endblock body %}
-
- {% block modal %}
- {% endblock modal %}
- {% block inline_javascript %}
- {% comment %}
+
+
+ {% if messages %}
+ {% for message in messages %}
+
+ {{ message }}
+
+
+ {% endfor %}
+ {% endif %}
+ {% block main %}
+
+ {% block content %}
+ Click a link on the left sidebar to get started.
+ {% endblock content %}
+
+ {% endblock main %}
+
+
+
+{% endblock body %}
+
+{% block modal %}
+{% endblock modal %}
+{% block inline_javascript %}
+ {% comment %}
Script tags with only code, no src (defer by default). To run
with a "defer" so that you run inline code:
- {% endcomment %}
- {% endblock inline_javascript %}
-