{% if iconType == 'info' %} ℹ️ {% elif iconType == 'question' %} {% elif iconType == 'warning' %} ⚠️ {% elif iconType == 'custom' %} {{ customIcon }} {% else %} {{ content|default('?') }} {% endif %}
{% if title %}
{{ title }}
{% endif %}
{% if text %}

{{ text }}

{% endif %} {% block tooltip_content %} {% endblock %}