{% if rasr is iterable %}
{% set nombreInsumos = '' %}
{% for act in actual %}
{% if act.nombreInsumo|length %}
{% set nombreInsumos = nombreInsumos~', '~act.nombreInsumo %}
{% endif %}
{% endfor %}
{% for rar in rasr %}
{% set rard= rar %}
{% if peso == '' and actual.0.weight != '' %}
{% set weight_pet = actual.0.weight %}
{% else %}
{% set weight_pet = peso %}
{% endif %}
{# fin datos PET #}
{# Condicional para mostrar encuesta MG o datos clinicos segun modalidad #}
{% if(actual.0.varMod =='MG' and dynamicSurvey is empty) %}