{#
 # @author    SWM
 # @copyright 2025 SWM
 # @license   https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 or later
 #}
<dialog id="help-{{ page }}" class="tdbinpack-help-dialog">
    <div class="help-header">
        <h2>
            <span class="dashicons dashicons-editor-help"></span>
            {{ trans('m3d.help.show') }}
        </h2>
        <button type="button" 
                class="help-close" 
                data-close
                aria-label="{{ trans('m3d.action.close') }}">
            &times;
        </button>
    </div>
    
    <div class="help-body">
        {{ content|raw }}
    </div>
    
    <div class="help-footer">
        <button type="button" class="button button-secondary" data-close>
            {{ trans('m3d.action.close') }}
        </button>
    </div>
</dialog>
