{% extends 'base_software.html' %} {% block title %}

Session Logs - Hostname: {{ hostname }}

{% endblock %} {% block head %} {% endblock %} {% block main %} {% if is_file %}
Contents
{{ log_file_contents | replace("^J", '') }}
{% else %}
{% if job_info %}
{{ job_info }}
{% endif %}
{% for entry, diff_file_path in file_pairs.iteritems() %} {% if diff_file_path | length > 0 %} {% else %} {% endif %} {% endfor %}
Log Files
{{ entry }}  
{% endif %} {% endblock %}