{% if notifications|length > 0 %}
{% if noaction is not defined %}{% endif %} {% for i in notifications %} {% if noaction is not defined %} {% endif %} {% endfor %}
{% if nosender is not defined %}{% trans %}title_sender{% endtrans %} / {% endif %}{% trans %}title_date{% endtrans %} {% trans %}title_notification{% endtrans %}{% trans %}title_actions{% endtrans %}
{% if nosender is not defined %} {{i.sender.firstname | u.truncate(2, '.')}} {{i.sender.lastname}}, {{i.sender.mainGroup ? i.sender.mainGroup.shortname : 'value_no_group'|trans}}
{% endif %} {{i.createdAt |date('_datetime.format'|trans)}}
{{ i.content|raw }} {% include '_cells/notificationActions.html.twig' with {'notification': i} %}
{% else %}

{% trans %}no_data{% endtrans %}

{% endif %}