{% load staticfiles %} {% load i18n %} {% block header %}
{% endblock %} {% block filter %} {% endblock %}
{% block list_wrapper %}
{% trans "You're up-to-date and do not have any notifications. When you trigger a notification (for example, when you request a large download) it will display here." %}
{% block listitem %}
{% trans "Your search " %} {% trans " is ready for download. You have 24 hours to access this file, after which we'll automatically remove it." %}
{% endblock %}
{% endblock list_wrapper %}