{% extends "cacsremoteservice/views/layouts/master.html" %} {% block scripts %} {% endblock %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" %} {% endblock %} {% block main-container %}

Active Authors

{% if active-authors|empty? %}
The system doesn't have any active author information for your projects. Make sure you run an initial analysis, which collects active author information and makes it available on this page after the initial analysis.
{% else %}
{% for author in active-authors%} {% endfor %}
Name Project(s)
{{author.author}} {{author.projects|join:", "|abbreviate:100}}
{% endif %}
{% endblock %}