{% extends "ics/base.html" %} {% load base_tags %} {% load base_filters %} {% load i18n %} {% block title %}ICS Status{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% trans "Please try again." %}
{% else %} {% if ics.status == "completed" %}{% trans "Download" %} {% trans "here" %}
{% else %}{% trans "We're not done yet!" %}
{% trans "Please wait while we finish processing your ics file." %}
{% endif %} {% endif %}