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

{{ room.title }}

{% if room.description %}

{{ room.description }}

{% else %}

This viewing room is password protected.

{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
Request access
{% endblock %}