{% load i18n %}
{% trans "This sync job did not complete successfully. Copy the metadata and logs below, then open a new issue on GitHub and paste them in so we can investigate." %}
| {{ label }} | {{ value }} |
|---|
{{ error }}
{% endif %}
{% for line in log_lines %}{{ line }}
{% endfor %}
{% else %}
{% trans "No log entries were recorded for this job." %}
{% endif %}