{%extends "phenotypes/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Background Jobs: Success{%endblock%} {%block pagetitle%}Background Jobs: Success{%endblock%} {%block contents%} {{flash_all_messages()}}
Job {{job.job_id}}, {%if job.get("metadata", {}).get("job-type")%} of type '{{job.metadata["job-type"]}} {%endif%}' completed successfully.