{% macro recordAction(work) %}
  • {% endmacro %} {% if work is not null %}
    {% if is_granted('CHILL_MAIN_ACCOMPANYING_PERIOD_WORK_SEE', work) %} {% include "@ChillPerson/AccompanyingCourseWork/_item.html.twig" with { 'itemBlocClass': 'bg-chill-llight-gray', 'displayAction': true, 'displayContent': 'short', 'displayFontSmall': true, 'displayNotification:':true, 'w': work } %} {% else %}
    {{ 'This is the minimal period details'|trans ~ ': ' ~ work.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 %}