{% macro recordAction(period) %}
  • {% endmacro %} {% if period is not null %}
    {% if is_granted('CHILL_PERSON_ACCOMPANYING_PERIOD_SEE', period) %} {% include "@ChillPerson/AccompanyingPeriod/_list_item.html.twig" with { 'recordAction': _self.recordAction(notification.relatedEntityId), 'itemBlocClass': 'bg-chill-llight-gray' } %} {% else %}
    {{ 'This is the minimal period details'|trans ~ ': ' ~ period.id }}
    {{ 'You are getting a notification for a period you are not allowed to see'|trans }}
    {% endif %}
    {% else %}
    {{ 'You are getting a notification for a period which does not exists any more'|trans }}
    {% endif %}