{{ card.tab_menu.render }}
{{ entry.label|safe }} | {% if entry.link %}
{% endif %}
{% if entry.multiple_lines %}
{% for x in entry.html %}
{{ entry.css_class }}">{{ x|safe }} {% endfor %} {% else %} {{ entry.html|safe }} {% endif %} {% if entry.link %}{% endif %} |