{% if clinical_notes_type|length > 0 %}
{# We can't use the selectList twig extension right now as the select name and id are different values here #}
{% endif %} {% if clinical_notes_category|length > 0 %}

{% endif %}
{{ obj.full_name|text }}
{{ obj.last_updated|text }}
{% if obj.documents is defined and obj.documents|length > 0 %} {% for document in obj.documents %}
{{ document.name|text }} ({{ document.type|text }})
{% endfor %} {% else %} {{ "No documents linked"|xlt }} {% endif %}
{% if obj.linked_results is defined and obj.linked_results|length > 0 %} {% for result in obj.linked_results %}
{{ result.result_text|text }}: {{ result.result|text }}
{% endfor %} {% else %} {{ "No results linked"|xlt }} {% endif %}
{% include "clinical_notes/templates/partials/new/_clinical-notes-row-actions.html.twig" %}