{% set config = app.user.config %} {% if config.skin_dark is defined %} {% if config.skin_dark %} {% else %} {% endif %} {% else %} {% endif %}

{{ 'labels.action.verImagenes'|trans([], 'LocalizationBundle') }}


{# Visores #}
{% if DataStudy.0.studyUid is defined %} {% if os is defined %} {% if os == 'Windows' and visor_alma %} {{ 'labels.viewers.alma'|trans([], 'LocalizationBundle') }} {% elseif os == 'Mac' and visor_osirix %} {{ 'labels.viewers.osirix'|trans([], 'LocalizationBundle') }} {% endif %} {% endif %} {% if visor_web_filtro == 'AN' %} {% set variableVisor = 'accessionNumber='~appCode %} {% elseif visor_web_filtro == 'SU' %} {% set variableVisor = 'studyUID='~DataStudy.0.studyUid %} {% elseif visor_web_filtro == 'PI' %} {% set variableVisor = 'patientID='~document %} {% endif %} {% if visor_web_opcional == true %} {{ 'labels.viewers.weasis'|trans([], 'LocalizationBundle') }} {% endif %} {% if visor_web_oviyam == true %} {{ 'labels.viewers.webViewer'|trans([], 'LocalizationBundle') }} {% endif %} {# Visor XEN Viewer #} {% if DataStudy.0.studyUid != '' and xen_viewer == true %} {{ 'labels.viewers.xen'|trans([], 'LocalizationBundle') }} {% endif %} {# Visor Vitrea #} {% if activeVisorVitrea == true %} {{ 'labels.viewers.vitrea'|trans([], 'LocalizationBundle') }} {% endif %} {% endif %}
{# End Visores #}

{{ 'labels.records'|trans([], 'LocalizationBundle') }}


{% if recorder %} {% for url in recorder %}
{% endfor %} {% else %}
{{ 'messages.noRecord'|trans([], 'LocalizationBundle') }}
{% endif %}