{% extends 'base.html' %} {% block content %}

Subjob {{ subjob_id }} of Job {{ job_id }} Directory


Current location: {{ abs_path }}

Go back
{% for file in files_info %} {% endfor %}
Type Name
{{ 'Directory' if file.directory else 'File' }} {{ file.file }}
{% endblock content %} {% block footer %} {% endblock footer %}