{% load i18n %} {% load static %} {% if not started %} {% trans "Reader isn't usable yet." %} {% elif expired %} {% trans "Reader has expired." %} {% else %} {% if template %} {{ template | safe}} {% endif %} {% endif %}