{% extends "interface/smart/admin-client/base.html.twig" %} {% block title %}{{ "Clinical Decision Intervention Info"|xlt }}{% endblock %} {% block header %} {{ setupHeader([]) }} {% endblock %} {% block headerNav %}

{{ nav.title|text }}

{{ nav.subtitle|text }}

{% endblock %} {% block contents %}

{{ "Source Attribute Details"|xlt }} {% if showEditLink %} {% endif %}

{{ "These source attributes can be updated through the Admin -> System -> API Clients screen"|xlt }}

{% if not showEditLink %}

{{ "Contact a system administrator if you need to update this information and do not have access to the API Clients management tool"|xlt }}

{% endif %}
{% for field in service.fields %} {% if field.type == 'text' %}
{% endif %} {% endfor %}
{% endblock %} {% block footer %} {# we hide the footer on 404 page #} {% endblock %}