{% extends "django_program/base.html" %} {% block title %}Register{% endblock %} {% block content %}
Choose a ticket type to get started.
{{ ticket.description }}
{% endif %}{{ ticket.remaining_quantity }} remaining
{% endif %} {% if ticket.available_until %}Available until {{ ticket.available_until|date:"M j, Y" }}
{% endif %} {% if ticket.is_available %} Select {% else %} {% endif %}No tickets are currently available.
Check back later for registration details.