Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
1dfce5b
1
Parent(s):
32e0405
Update templates/pdf_casa_comercial.html
Browse files
templates/pdf_casa_comercial.html
CHANGED
@@ -17,22 +17,15 @@
|
|
17 |
<br>
|
18 |
|
19 |
|
20 |
-
{% for
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
{% endfor %}
|
33 |
-
|
34 |
-
|
35 |
-
</select>
|
36 |
|
37 |
<br>
|
38 |
<br>
|
|
|
17 |
<br>
|
18 |
|
19 |
|
20 |
+
{% for titulo, pdfs in titulos.items() %}
|
21 |
+
<br>
|
22 |
+
<strong style="font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }} :</strong>
|
23 |
+
|
24 |
+
{% for titulo2, url in pdfs.items() %}
|
25 |
+
<div style="font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif;">
|
26 |
+
<a href="{{ url }}">{{ titulo2 }}</a>
|
27 |
+
</div>
|
28 |
+
{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
<br>
|
31 |
<br>
|