{% macro updatedBy(entity) %}
{{ 'Last updated on'|trans }} {{ entity.updatedAt|format_datetime('medium', 'short') }} , {{ 'by_user'|trans }} {{ entity.updatedBy|chill_entity_render_box }}
{% endmacro %}