- Which type of events would you like
to view on the calendar? - Reservations
- {{ facility_name }} usage
- Configuration agenda {% if user.is_staff %}
- Specific user {% endif %}
{% if calendar_qualified_tools and not user.is_staff %}
{% else %}
{% endif %}
{# The following menu tree code was take from an example at http://www.bootply.com/120625 #}
- Personal schedule {% if calendar_all_tools %}
- All tools {% endif %} {% if calendar_all_areas %}
- All areas {% endif %} {% if calendar_all_areastools %}
- All areas and tools {% endif %}