{% load i18n %} {% load translations %} {% if value == all %} {% trans "Done" context "Completed translation" %} {% else %} {{ percent|percent_format }} {% endif %}