{% extends 'base.html' %} {% set active_page = "job_status" %} {% block main %}

Job ID: {{ ID }}

Submitted On: {{subDate}}
Target Name: {{pn}}
Ligand Name: {{ln}}
Description: {{desc}}
Status: {{status}} {% if status == 'Completed' %}

A detailed zip file containing the report PDF, along with all supporting files (configuration, pictures, protein-ligands e.t.c) has been sent to your email.

{% endif %} {% if model == 'exists' %}

AR Model

{% endif %} {% if report == 'exists' %}

PDF Report

{% endif %}
{% endblock %}