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

Settings Presets

Create settings presets that can be used when configuring projects

{% if validation-errors|not-empty %}

Error

    {% for error in validation-errors %}
  • {{error}}
  • {% endfor %}
{% endif %}

Deactivating a settings preset will make it not available in the pickers in project configuration.

{% for item in items %} {% endfor %}
Label Type
{{item.label}} {{item.category}}
{% if item.active? %} {% else %} {% endif %}
Edit
{% if page > 0 %} Prev {% endif %} {% if next-page %} Next {% endif %}
{% endblock %}