{% set has_buttons = NULL %} {% if more_info_href is not empty or homepage_href is not empty %} {% set has_buttons = TRUE %} {% endif %}
{% endif %} {% if more_info_href is not empty %} {% if more_info_linktext is defined and more_info_linktext is not empty %}{{ more_info_linktext }}{% else %}Mehr erfahren{% endif %} {% endif %} {% if homepage_href is not empty %} {% if homepage_linktext is defined and homepage_linktext is not empty %}{{ homepage_linktext }}{% else %}Zur Homepage{% endif %} {% endif %} {% if has_buttons %}
{% endif %}