{% import "@ChillDocStore/Macro/macro.html.twig" as m %} {% import "@ChillDocStore/Macro/macro_mimeicon.html.twig" as mm %} {% import '@ChillPerson/Macro/updatedBy.html.twig' as mmm %} {% set person_id = null %} {% if activity.person %} {% set person_id = activity.person.id %} {% endif %} {% set accompanying_course_id = null %} {% if activity.accompanyingPeriod %} {% set accompanying_course_id = activity.accompanyingPeriod.id %} {% endif %}
{% if document.isPending %}
{{ 'docgen.Doc generation is pending'|trans }}
{% elseif document.isFailure %}
{{ 'docgen.Doc generation failed'|trans }}
{% endif %}
{% if activity.accompanyingPeriod is not null and context == 'person' %} {{ activity.accompanyingPeriod.id }}   {% endif %}
{{ activity.type.name | localize_translatable_string }} {% if activity.emergency %} {{ 'Emergency'|trans|upper }} {% endif %}
{{ document.title|chill_print_or_message("No title") }}
{% if document.hasTemplate %}

{{ document.template.name|localize_translatable_string }}

{% endif %}
{{ document.createdAt|format_date('short') }}
{% if show_actions %}
{{ mmm.createdBy(document) }}
{% endif %}