{% extends "cacsremoteservice/views/layouts/project-view.html" %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block main %}
{% if system-warnings|not-empty %}

Oh no -- There were analysis Errors

Inspect the logs for more details.

{% for warning in system-warnings %}

{{warning}}

{% endfor %}
{% else %} {% if errors.details|empty? %}

No Analysis Errors

Your latest analysis was successful -- all good!

{% else %}

Oh no -- There were analysis Errors

The following table specifies the warnings and errors during the last analysis. Please download the diagnostics file below and attach it when contacting our support.

{% for d in errors.details %} {% endfor %}
Category Description Any known remedy?
{{d.category}} {{d.description}} {{d.remedy}}
{% endif %} {% endif %}
{% endblock %}