{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}
The search string was:
and the final destination directory was: {{final_dest}}.
{% if error_message %}An error occurred:
A task was initiated to copy {{n_instances}} file instances totaling {{n_bytes|filesizeformat}} of data. You can tell that the copy is finished when the file STAGING-IN-PROGRESS in that directory is replaced with one named either STAGING-SUCCESS or STAGING-ERRORS depending on if anything went wrong.
{% endif %} {% endblock %}