id: {{ slug }}
level: task
title: "{{ title }}"
short_code: "{{ short_code }}"
created_at: {{ created_at }}
updated_at: {{ updated_at }}
parent: {{ parent_id }}
blocked_by: {{ blocked_by }}
archived: {{ archived }}
tags:
{% for tag in tags %} - "{{ tag }}"
{% endfor %}
exit_criteria_met: {{ exit_criteria_met }}
strategy_id: {{ strategy_id }}
initiative_id: {{ initiative_id }}