{% load i18n %}
{% translate 'Description' %} {% with description=job.description %}{# TODO: factorise #} {% if description|length > 1 %}
    {% for elt in description %}
  • {{elt}}
  • {% endfor %}
{% else %} {{description.0}} {% endif %} {% endwith %}
{% translate 'Status' %} {{job.progress.render}}
{# NB: we override the label #}