{% load i18n static %} {% if ready %}
{% trans 'Download data' %}
{% else %}
{% trans 'creating csv' %}
{% endif %} {% block script %} {% if not ready %} {% endif %} {% endblock %}