<div class="iawp-stat <?php echo \htmlentities($id??'', ENT_QUOTES, 'UTF-8', false); ?> <?php echo \htmlentities($is_visible ? 'visible' : ''??'', ENT_QUOTES, 'UTF-8', false); ?>"
 data-id="<?php echo \htmlentities($id??'', ENT_QUOTES, 'UTF-8', false); ?>" data-quick-stats-target="quickStat">
 <div class="metric">
 <span class="metric-name"><?php echo \htmlentities($name??'', ENT_QUOTES, 'UTF-8', false); ?></span>
 <?php if(!is_null($icon)): ?>
 <span class="plugin-label"><?php echo iawp_icon($icon); ?></span>
 <?php endif; ?>
 </div>
 <div class="values">
 <span class="count"
 test-value="<?php echo \htmlentities(esc_attr(strip_tags($formatted_value))??'', ENT_QUOTES, 'UTF-8', false); ?>">
 <?php echo wp_kses($formatted_value, ['span' => []]); ?>

 <?php if($formatted_unfiltered_value): ?>
 <span class="unfiltered"> / <?php echo wp_kses($formatted_unfiltered_value, ['span' => []]); ?></span>
 <?php endif; ?>
 </span>
 </div>
 <span class="growth">
 <span class="percentage <?php echo \htmlentities(esc_attr($growth_html_class)??'', ENT_QUOTES, 'UTF-8', false); ?>"
 test-value="<?php echo \htmlentities(esc_attr($growth)??'', ENT_QUOTES, 'UTF-8', false); ?>">
 <span class="dashicons dashicons-arrow-up-alt growth-arrow"></span>
 <?php echo \htmlentities($formatted_growth??'', ENT_QUOTES, 'UTF-8', false); ?>

 </span>
 <span class="period-label"><?php echo \htmlentities(__('vs. previous period', 'independent-analytics')??'', ENT_QUOTES, 'UTF-8', false); ?></span>
 </span>
</div>