{% 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 %}
{% for warning in system-warnings %}

{{warning}}

{% endfor %}
{% endif %} {% if latest-analyses|empty? %}

This project has no analysis results.

{% else %} {% for analysis in latest-analyses %} {% endfor %}
Date Duration
{{ analysis.analysis-duration }}
{% endif %}
{% if can-run-analysis? %}
{% endif %}
{% comment %} Present