{% block title %}{% translate "Schedule appointment" %}{% endblock %}
{% block content %}
<h1>{% blocktranslate with schedule=object.schedule %}Schedule appointment for {{ schedule }}{% endblocktranslate %}</h1>
<h1>{{ object.schedule }}</h1>
<formmethod="post">
{% csrf_token %}
{% bootstrap_form_errors form %}
<p>{% translate 'Please select one of the available timeslots to make an appointment. You will still be able to change your selection later.' %}</p>
<p>{% translate 'Please select one of the available timeslots to make an appointment. You will still be able to change your selection later using this link.' %}</p>