{% if is_record == 'true' %} {{ _('Please enter your email address below, and the record will be packaged and sent to you.') }} {% else %} {{ _('The resource will be extracted, with current filters applied, and an email will be sent to the given address shortly.') }} {% endif %}
{{ _('Download') }}:

{% set formats = h.get_format_options(resource_id) %} {% if formats %}
{{ _('Format') }}:
{% for format in formats %} {% endfor %}
{% endif %} {% block action_buttons %} {{ _('Send') }} {{ _('Cancel') }} {% endblock %}