{% extends "lock/base.htm" %} {% block title %}{% if after_date %}Closed{% else %}Coming soon{% endif %}{% endblock %} {% block content %}
Closed on {{ after_date|date:"j M Y" }}
{% else %}This will be publicly available {% if until_date %}on {{ until_date|date:"j M Y" }}{% else %}soon{% endif %}.
{% endif %} {% if accepts_password %}{% endif %}