{% for action in actions %} {% if action == 'prepare-score' %} {% endif %} {% if action == 'publish-score' %}  Publish score {% endif %} {% if action == 'prepare-results' %}  Get Results {% endif %} {% if action == 'list-results' %}  Get Results {% endif %} {% if action == 'create' %}  Save {% endif %} {% if action == 'edit' %}  Edit {% endif %} {% if action == 'delete' %}  Delete {% endif %} {% if action == 'update' %}  Save {% endif %} {% if action == 'cancel' %}  Cancel {% endif %} {% if action == 'go-back' %}  Back to line item {% endif %} {% endfor %}