{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block main-content %}
{% include "cacsremoteservice/views/analyses/parallel-development-header.html" %}
{% if teams|empty?%}
You have no teams configured. Add teams in the project configuration, and then assign developers to those teams. Run a new analysis and you will have access to this analysis result.
{% else %} {% include "cacsremoteservice/views/analyses/parallel-development-map.html" %} {% endif %}
{% endblock %}