{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% if is_granted('ROLE_USER') %}
{% set _navSpActionCount = listing_action_required_count() + successful_bid_action_required_count() %}
<div class="ec-headerNavSP">
<i class="fas fa-bars"></i>
{% if _navSpActionCount > 0 %}
<span class="action-required-badge" title="{{ '要対応あり'|trans }}({{ _navSpActionCount }}件)">{{ _navSpActionCount }}</span>
{% endif %}
</div>
{% endif %}