{# Note saveAction is already escaped #}
{{ csrfToken() }}
{% if saveMessage is not empty %}
{% endif %} {# Create a bootstrap form control for each field in the service.fields of type text #}
{% for field in service.fields %} {% if field.type == 'text' %}
{% endif %} {% endfor %}

{{ "New source attributes can be added via Admin -> Forms -> Lists."|xlt }}

{% if service.client.hasPredictiveDSI %} {{ "Edit the Predictive Decision Support Interventions Source Attributes list."|xlt }} {{ "Go To List"|xlt }} {% elseif service.client.hasEvidenceDSI %} {{ "Edit the Evidence Decision Support Interventions Source Attributes list."|xlt }} {{ "Go To List"|xlt }} {% endif %}