{% extends "public/base.html" %} {% block title %}{{ room.title }} — {{ gallery.public_name or gallery.name }}{% endblock %} {% block content %}
Viewing Room

{{ room.title }}

{% if reason == "not_yet" %}

This viewing room opens on {{ room.opens_at.strftime("%d %B %Y") }}.

{% else %}

This viewing room has closed.

{% endif %}
Back to Gallery
{% endblock %}