{# todo: option to only present the link when the file has been virus scanned #} {% set submission = runner.submission if runner else helper %} {# move getting the download url to submission helper - require the submission helper #} {% if is_deliver_grant_funding() %} {% set url = url_for('deliver_grant_funding.download_file', grant_id=submission.collection.grant.id, submission_id=submission.id, question_id=question.id, add_another_index=add_another_index) %} {% else %} {% set grant_recipient = submission.submission.grant_recipient %} {% set url = url_for('access_grant_funding.download_file', organisation_id=grant_recipient.organisation.id, grant_id=grant_recipient.grant.id, collection_type=submission.collection.type, submission_id=submission.id, question_id=question.id, add_another_index=add_another_index) %} {% endif %} {{ answer.filename }}