{# Displays a table with a summary of the most common errors for a job error_summary - List of dicts with message and error_count Example: {% snippet 'snippets/job_error_summary.html', summary=job.object_error_summary %} #} {% for error in summary %} {% endfor %}
{{ _('Count') }} {{ _('Message') }}
{{ error["error_count"] }} {{ error["message"] }}