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

Job {{ job_id }} Directory


Current location: {{ abs_path }}

Job page Go back
{% for file_info in files_info %} {% endfor %}
Type Name
{{ 'Directory' if file_info.get('directory') else 'File' }} {{ file_info.get('file') }}
{% endblock content %}