{% macro render_privacy_info_button(event, privacy_info) -%} {% set data_controller_exists = privacy_info.data_controller_name or privacy_info.data_controller_email %} {% if data_controller_exists or privacy_info.privacy_policy_urls|length > 1 %}
{% elif privacy_info.privacy_policy %} {% elif privacy_info.privacy_policy_urls %} {% endif %} {%- endmacro %}