<div class="fs-section closed debug-panel-<?php echo $this->escape(strtolower($this->id)); ?>">
    <h3 class="fs-title"><?php echo $this->escape($this->name); ?><span class="fs-openCloseBtn"></span></h3>
    <div class="fs-content">
    <?php if ($this->description) { ?>
    <span class="fs-description"><?php echo $this->escape($this->description); ?></span>
    <?php } ?>
