{% if status == 'draft' %}Draft{% elif status == 'pending_approval' %}Pending Approval{% elif status == 'approved' %}Approved{% elif status == 'archived' %}Archived{% else %}{{ status }}{% endif %}