{#
 # @author    SWM
 # @copyright 2025 SWM
 # @license   https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 or later
 #}
<button type="button" 
        class="tdbinpack-help-trigger{{ showText ? ' tdbinpack-help-trigger--with-text' : '' }}" 
        data-dialog="help-{{ page }}" 
        aria-label="{{ helpText }}" 
        title="{{ helpText }}">
    <span class="dashicons dashicons-editor-help"></span>
    {% if showText %}
        <span class="tdbinpack-help-trigger__text">{{ helpText }}</span>
    {% endif %}
</button>
