{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block main-content %}
{% include "cacsremoteservice/views/analyses/knowledge-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 %}
Turn this off if your visualization looks cluttered.

Please have a look in the guide for examples and tips on team configurations.

    {% for team in teams %}
  • {{team.name}}
  • {% endfor %}
  • Unassigned
{% endif %}
{% endblock %}