{% sw_extends '@Storefront/storefront/layout/header/actions/cart-widget.html.twig' %}
{% block layout_header_actions_cart_widget %}
{{ parent() }}
{% if context.customer.customFields['enet_credit_value'] %}
<br>
<small class="enetcredit-availcredit" style="display: block; margin-top: -10px">
Guthaben: {{ context.customer.customFields['enet_credit_value']|currency }}
</small>
{% endif %}
{% endblock %}