{% extends "base.html" %} {% block title %}Order: {{ customer.user.get_full_name|default:customer.user.username }} — {{ event.name }}{% endblock %} {% block content %}
{{ event.name }} — {{ event.date }}
Downloads available after payment is confirmed.
{% endif %}{{ rejected_count }} photo{{ rejected_count|pluralize }} rejected.
{% endif %} {% endblock %}