diff --git a/templates_reports/bim_pdf_report.html b/templates_reports/bim_pdf_report.html index 210f928..d5ecac9 100644 --- a/templates_reports/bim_pdf_report.html +++ b/templates_reports/bim_pdf_report.html @@ -418,12 +418,10 @@
Medios adjuntos
{% if resource_data|has_key:"Recursos" %} -
+
{% for medio in resource_data|val_from_key:'Recursos'|val_from_key:'Medio de información' %} - @@ -474,4 +472,4 @@ {% endwith %} {% endfor %} - \ No newline at end of file + diff --git a/templates_reports/bm_pdf_report.html b/templates_reports/bm_pdf_report.html index c39a160..b193392 100644 --- a/templates_reports/bm_pdf_report.html +++ b/templates_reports/bm_pdf_report.html @@ -312,12 +312,10 @@
Medios adjuntos
{% if resource_data|has_key:"Recursos adjuntos" %} -
+
{% for medio in resource_data|val_from_key:'Recursos adjuntos'|val_from_key:'Medio de información' %} - @@ -365,4 +363,4 @@ {% endwith %} {% endfor %} - \ No newline at end of file + diff --git a/templates_reports/pi_pdf_report.html b/templates_reports/pi_pdf_report.html index 050664c..342dc1b 100644 --- a/templates_reports/pi_pdf_report.html +++ b/templates_reports/pi_pdf_report.html @@ -253,12 +253,10 @@
Medios adjuntos
{% if resource_data|has_key:"Información gráfica" %} -
+
{% for medio in resource_data|val_from_key:'Información gráfica'|val_from_key:'Medio de información' %} - @@ -310,4 +308,4 @@ {% endwith %} {% endfor %} - \ No newline at end of file +