{% if boolHorizontalMode %}
{{ strTitle}} {% if boolSelfDestroyCallback %} {% endif %}
{% if arrButtons|length %}
    {% for item in arrButtons %}
  • {% if forloop.last %}
  • {% endif %} {% endfor %}
{% endif %}
{% else %} {% endif %}