{% extends 'base.html' %} {% block plugin_content %}
{% include "analysis/common.html" %}
    {% if data.task_run_output and 'pdf_report' in data.task_run_output.keys() %}
  • PDF report
  • {% endif %} {% for report_name,report_path in data.task_run.reports.items() %}
  • {{ report_name }}
  • {% endfor %}
{% endblock %}