{% 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 w = document.accompanyingPeriodWorkEvaluation.accompanyingPeriodWork %}
{% if document.storedObject.isPending %}
{{ 'docgen.Doc generation is pending'|trans }}
{% elseif document.storedObject.isFailure %}
{{ 'docgen.Doc generation failed'|trans }}
{% endif %}
{% if context == 'person' %} {{ w.accompanyingPeriod.id }}   {% endif %}
{{ w.socialAction|chill_entity_render_string }} > {{ document.accompanyingPeriodWorkEvaluation.evaluation.title|localize_translatable_string }}
{{ document.title|chill_print_or_message("No title") }}
{% if document.storedObject.type is not empty %}
{{ mm.mimeIcon(document.storedObject.type) }}
{% endif %} {% if document.storedObject.hasTemplate %}

{{ document.storedObject.template.name|localize_translatable_string }}

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