{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block analysis-presentation %}

Teams

{% endblock %} {% block main-content %}
{% 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 %}
{% endif %}
{% endblock %}