{% macro download_button(storedObject, filename = null) %} {% if storedObject is null %} {% else %} {{ 'Download'|trans }} {% endif %} {% endmacro %}