{% if data %}
| {% set headers = [('WEBPI', data['WEBPI_nro_solicitud']), ('GALENA', data['GALENA_nro_solicitud'])] %} {% for sistema, nro in headers %} |
{{ nro | default('sin nro') | safe }}
{{ sistema }}
|
{% endfor %}
|
|---|---|---|
| {{ campo }} | {{ value | safe }} | {{ data[galena_key] | default('') | safe }} |