{% if notifications|length > 0 %}
| {% if nosender is not defined %}{% trans %}title_sender{% endtrans %} / {% endif %}{% trans %}title_date{% endtrans %} | {% trans %}title_notification{% endtrans %} | {% if noaction is not defined %}{% trans %}title_actions{% endtrans %} | {% endif %}
|---|---|---|
|
{% 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 }} | {% if noaction is not defined %}{% include '_cells/notificationActions.html.twig' with {'notification': i} %} | {% endif %}
{% trans %}no_data{% endtrans %}
{% endif %}