{% if data.job.notfound %} {# Unlikely in production, but likely in development where dbs get reset #}
{{ __ns('apostrophe', data.job.labels.good or 'Successful') }} | {{ data.job.good }} |
---|---|
{{ __ns('apostrophe', data.job.labels.bad or 'Errors') }} | {{ data.job.bad or 0 }} |