+ {{ entity.startDate|format_datetime('medium') }} |
+
+ {% if entity.endDate is not null %}
+ {{ entity.endDate|format_datetime('medium') }}
+ {% else %}
+ {{ "admin.users.job_scope_histories.index.scope_history.today"|trans }}
+ {% endif %}
+ |
+
+ {% if entity.scope %}
+ {{ entity.scope.name|localize_translatable_string }}
+ {% else %}
+ {{ 'admin.users.job_scope_histories.index.scope_history.undefined'|trans }}
+ {% endif %}
+ |
+
+ {% endfor %}
+