{% extends "wlscheduling/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% block content_header %}

Scheduling: Other users' playtimes

{% endblock %} {% block content_main %}
{% include "wlscheduling/timezone-msg.html" %}
{% include "wlscheduling/other-users.html" %}
{% endblock %}