{% trans_default_domain 'admin' %} {% if post.completeAt %}
{% if post.webhook %} {{ 'config_osm.sync.dispatched_webhook_at'|trans({date: post.completeAt|date('commons.date_time_format'|trans)}) }} {{ post.webhook.url }} {% else %} {{ post.message }} | {{ post.completeAt|date('commons.date_time_format'|trans) }} {% endif %}
{% else %}
{% if post.webhook %} {{ 'config_osm.sync.dispatch_pending_webhook'|trans }} {{ post.webhook.url }} {% else %} {{ 'config_osm.sync.dispatch_pending_osm'|trans }} {% endif %}
{% if post.numAttempts > 0 %}
{{ post.message }}
{{ 'config_osm.sync.attempts_number'|trans }}: {{ post.numAttempts }} | {% if post.numAttempts >= helper.maxWebhookAttempts %} {{ 'config_osm.sync.attemps_max'|trans }} {% else %} {{ 'config_osm.sync.attemps_next'|trans }}: {{ post.nextAttemptAt|date('commons.date_time_format'|trans) }} {% endif %}
{% endif %} {% endif %}