{% 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

This view only shows active authors information for projects that you have access to.

{% 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}} {% for project in author.projects %} {{project.name}}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}
{% endblock %}