Velocity:
{% for category in ['ready', 'in-flight', 'completed', 'accepted'] %}
{{ category | capitalize | replace('-', ' ') }}:
{% endfor %}