{% for webNotification in webNotifications | slice(0, 25) %}
{% if webNotification.typeAction.id == constant('CoreBundle\\Entity\\TypeAction::WEB_ORDER_PAID') and (roleRight == true or user.isWebManager) %}
{{ webNotification.description }}
{% endif %}
{% if webNotification.typeAction.id == constant('CoreBundle\\Entity\\TypeAction::WEB_ORDER_DESIGNED_SHOP_OUT') %}
{{ webNotification.description }}
{% endif %}
{% if webNotification.typeAction.id == constant('CoreBundle\\Entity\\TypeAction::WEB_ORDER_ALL_STOCK_IN_SHOP_OUT') %}
{{ webNotification.description }}
{% endif %}
{% if webNotification.typeAction.id == constant('CoreBundle\\Entity\\TypeAction::WEB_ORDER_RETURNED_REQUESTED') and (roleRight == true or user.isWebManager) %}