{{ evaluation.accompanyingPeriodWork.socialAction|chill_entity_render_string }}
-
{{ 'accompanying_course_work.start_date'|trans ~ ' : ' }}
{{ evaluation.accompanyingPeriodWork.startDate|format_date('short') }}
{% if evaluation.accompanyingPeriodWork.endDate %}
-
{{ 'accompanying_course_work.end_date'|trans ~ ' : ' }}
{{ evaluation.accompanyingPeriodWork.endDate|format_date('short') }}
{% endif %}
{{ 'Évaluation'|trans }}
|
-
{{ evaluation.evaluation.title|localize_translatable_string }}
-
{{ 'accompanying_course_work.start_date'|trans ~ ' : ' }}
{{ evaluation.startDate|format_date('short') }}
{% if evaluation.endDate %}
-
{{ 'accompanying_course_work.end_date'|trans ~ ' : ' }}
{{ evaluation.endDate|format_date('short') }}
{% endif %}
{% if evaluation.maxDate %}
-
{{ 'accompanying_course_work.max_date'|trans ~ ' : ' }}
{{ evaluation.maxDate|format_date('short') }}
{% endif %}
{% if evaluation.warningInterval and evaluation.warningInterval.d > 0 %}
-
{% set days = (evaluation.warningInterval.d + evaluation.warningInterval.m * 30) %}
{{ 'accompanying_course_work.warning_interval'|trans ~ ' : ' }}
{{ 'accompanying_course_work.%days% days before max_date'|trans({'%days%': days }) }}
{% endif %}
-
{% if evaluation.createdBy is not null %}
créé par
{{ evaluation.createdBy.username }}
{% endif %}
{% if evaluation.createdAt is not null %}
{{ 'le'|trans }}
{{ evaluation.createdAt|format_date('short') }}
{% endif %}
{% if evaluation.comment %}
{{ evaluation.comment }}
{% endif %}
|
{% import '@ChillPerson/Macro/updatedBy.html.twig' as macro %}
{{ macro.updatedBy(evaluation) }}