{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

The search string was:

and the final destination directory was: {{final_dest}}.

{% if error_message %}

An error occurred:

{% else %}

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 %}