{% if capsula.specific.tipos_deficiencia %}
{% for tipo in capsula.specific.tipos_deficiencia %}
{% if tipo == 'visual' %}
{% endif %}
{{ tipo|title }}
{% endfor %}
{% endif %}
{% if capsula.specific.tipos_recurso %}
{% for tipo in capsula.specific.tipos_recurso %}
{{ tipo|title }}
{% endfor %}
{% endif %}