+
+ {% if texts["privacy-intro"] %}
+
{{ texts["privacy-intro"] }}
+ {% endif %}
+
+ {# ── Data controller (GDPR art. 13.1.a — mandatory, and rendered by nobody until now) #}
+ {% if texts["privacy-controller"] %}
+
{{ texts["privacy-controller"] }}
+
{{ texts["privacy-controller-text"] }}
+ {% if texts["privacy-spain"] %}
+
{{ texts["privacy-spain"] }}
+ {% endif %}
+ {% endif %}
+
+ {# ── Legal basis (GDPR art. 6 — mandatory) #}
+ {% if texts["privacy-legal-basis"] %}
+
{{ texts["privacy-legal-basis-title"] | default("Base jurídica") }}
+
{{ texts["privacy-legal-basis"] }}
+ {% endif %}
+
+ {# ── What we collect #}
+ {% if texts["privacy-information-we-collect"] %}
+
{{ texts["privacy-information-we-collect"] }}
+
+ {% if texts["privacy-information-you-provide"] %}
+
{{ texts["privacy-information-you-provide"] }}
+
+ {% if texts["privacy-information-you-provide-text"] %}- {{ texts["privacy-information-you-provide-text"] }}
{% endif %}
+ {% if texts["privacy-project-details-text"] %}- {{ texts["privacy-project-details-text"] }}
{% endif %}
+ {% if texts["privacy-communication-preferences-text"] %}- {{ texts["privacy-communication-preferences-text"] }}
{% endif %}
+
+ {% endif %}
+
+ {% if texts["privacy-automatically-collected-information"] %}
+
{{ texts["privacy-automatically-collected-information"] }}
+
+ {% if texts["privacy-website-usage-data"] %}- {{ texts["privacy-website-usage-data"] }}
{% endif %}
+ {% if texts["privacy-technical-information-ip"] %}- {{ texts["privacy-technical-information-ip"] }}
{% endif %}
+ {% if texts["privacy-cookies-tracking"] %}- {{ texts["privacy-cookies-tracking"] }}
{% endif %}
+
+ {% endif %}
+ {% endif %}
+
+ {# ── Proof of consent (GDPR art. 7.1) #}
+ {% if texts["privacy-consent-proof"] %}
+
{{ texts["privacy-consent-proof"] }}
+ {% endif %}
+
+ {# ── How we use it #}
+ {% if texts["privacy-how-we-use-information"] %}
+
{{ texts["privacy-how-we-use-information"] }}
+ {% if texts["privacy-how-we-use-text"] %}
{{ texts["privacy-how-we-use-text"] }}
{% endif %}
+
+ {% if texts["privacy-respond-to-inquiries"] %}- {{ texts["privacy-respond-to-inquiries"] }}
{% endif %}
+ {% if texts["privacy-improve-website"] %}- {{ texts["privacy-improve-website"] }}
{% endif %}
+ {% if texts["privacy-send-updates"] %}- {{ texts["privacy-send-updates"] }}
{% endif %}
+ {% if texts["privacy-ensure-security"] %}- {{ texts["privacy-ensure-security"] }}
{% endif %}
+ {% if texts["privacy-comply-legal"] %}- {{ texts["privacy-comply-legal"] }}
{% endif %}
+
+ {% endif %}
+
+ {# ── Rights (GDPR arts. 15–21). The last four are the ones no renderer has ever shown, and
+ the right to complain to the supervisory authority is not optional copy. #}
+ {% if texts["privacy-your-rights"] %}
+
{{ texts["privacy-your-rights"] }}
+ {% if texts["privacy-your-rights-text"] %}
{{ texts["privacy-your-rights-text"] }}
{% endif %}
+
+ {% if texts["privacy-access-review"] %}- {{ texts["privacy-access-review"] }}
{% endif %}
+ {% if texts["privacy-request-corrections"] %}- {{ texts["privacy-request-corrections"] }}
{% endif %}
+ {% if texts["privacy-request-deletion"] %}- {{ texts["privacy-request-deletion"] }}
{% endif %}
+ {% if texts["privacy-opt-out-marketing"] %}- {{ texts["privacy-opt-out-marketing"] }}
{% endif %}
+ {% if texts["privacy-right-withdraw"] %}- {{ texts["privacy-right-withdraw"] }}
{% endif %}
+ {% if texts["privacy-right-portability"] %}- {{ texts["privacy-right-portability"] }}
{% endif %}
+ {% if texts["privacy-right-restriction"] %}- {{ texts["privacy-right-restriction"] }}
{% endif %}
+ {% if texts["privacy-right-complaint"] %}- {{ texts["privacy-right-complaint"] }}
{% endif %}
+
+ {% endif %}
+
+ {# ── Contact #}
+ {% if texts["privacy-contact-us"] %}
+
{{ texts["privacy-contact-us"] }}
+ {% if texts["privacy-contact-privacy-text"] %}
{{ texts["privacy-contact-privacy-text"] }}
{% endif %}
+
+ {% if texts["legal-contact-email"] %}
+
{{ texts["privacy-email"] | default("Email") }}: {{ texts["legal-contact-email"] }}
+ {% endif %}
+ {% if texts["legal-business-address"] %}
+
{{ texts["privacy-address"] | default("Address") }}: {{ texts["legal-business-address"] }}
+ {% endif %}
+
+ {% endif %}
+
+