{% extends "base.html" %} {% block title %}Download Photos — {{ event.name }}{% endblock %} {% block content %}

Your Photos Are Ready

{{ event.name }} — {{ photo_count }} photo{{ photo_count|pluralize }}

Download Photos

This link expires on {{ token.expires_at|date:"N j, Y" }}.

{% endblock %}