{% load rmtmgmt_tags %} {% load rolemgmt_tags %} {% for status in resume_obj.stage.id|get_status_list %} {% if status.1 == resume_obj.status %} {{ status.1 }} {% else %} {{ status.1 }} {% endif %} {% endfor %}