{% extends "layouts/base.html" %} {% block title %}Schedule Match - {{ tryout.title }} - TryoutPro{% endblock %} {% block page_title %}Schedule Match{% endblock %} {% block breadcrumb %}Home / Tryouts / {{ tryout.title }} / Schedule Match{% endblock %} {% block content %}

Schedule Match for {{ tryout.title }}

{% if current_user.can_manage_teams() or current_user.can_schedule_matches() %}

Select Match Time

Click time slots consecutively to set match duration. Available players will be auto-selected below.

Loading availability...

{% else %}
{% endif %}

Select Teams

Cancel
{% endblock %} {% block scripts %} {% endblock %}