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