{% load url from future %} {% load filters %}

{{ analysis.service_name }} (v.{{ analysis.version}}) - {{ analysis.status|capfirst }}

Info | Log | Results {% if admin %} | Delete {% endif %}

Results

{% if analysis.template %} {% if analysis.template|template_exists %} {% include analysis.template %} {% else %}

ERROR: Requested custom analysis template {{ analysis.template }} does not exist.

{% endif %} {% else %} {% include 'services_results_default.html' %} {% endif %}
{% comment %} {# This will show the raw JSON stored in the database (for debugging) #} {# Remove comment/endcomment tags to show. #}
{{ analysis|pprint }}
{% endcomment %}