{% load creme_widgets %}
{% with label=progress.label percentage=progress.percentage %} {% if label %} {{label}} {% elif percentage is not None %} {{percentage}}% {% endif %} {% endwith %}