{% spaceless %}{% if obj.status == 'New' %}
| Start
{% endif %}
{% if obj.status == 'Paused' %}
| {% if obj.status == 'Paused' %}Resume{% else %}Start{% endif %} | Finish
{% endif %}
{% if obj.status == 'Running' %}
| Pause | Finish
{% endif %}{% endspaceless %}