{% extends "cacsremoteservice/views/layouts/master.html" %} {% block scripts %} {% endblock %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block main %}
{% include "cacsremoteservice/views/partials/validation-errors.html" %}

Project Plugin Configuration

Deprecation warning: The plugin system is deprecated and will soon be removed.
{% if pages|not-empty %}

Configure settings defined by dynamically loaded plugins. Read more about plugins in the documentation.

{% endif %}
{% endblock %}