{##
# Popup button
#}
<a href="#" {{ this.printTagAttributes(this.getAttributes())|raw }}>
{{ this.displayCommentedData(this.getURLParams()) }}
{% if this.getParam('icon-style') %}
<i class="fa {{ this.getParam('icon-style') }}"></i>
{% endif %}
{{ t(this.getButtonContent()) }}
</a>