{% if status == 'published' %} Published {% endif %} {% if status == 'draft' %} Draft {% endif %} {% if status == 'archived' %} Archived {% endif %}