{% extends "cacsremoteservice/views/layouts/master.html" %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" with active="configuration" %} {% endblock %} {% block scripts %} {% endblock %} {% block main %} {% include "cacsremoteservice/views/configuration/config-header.html" with configuration-tabs=configuration-tabs %}

Project Usage Activity

Check the last time a specific project was accessed. This information is typically used to purge inactive projects.

{% for p in access-by-project %} {% endfor %}
Project Time of Last Access Number of Active Authors Analysis Project Owner Duration of last Analysis
{{p.name}} {{p.last-access-time-string}} {{p.active-authors}} {{p.project-owner}} {{p.duration}}
{% endblock %}