{{ task.id }}
{{ task.get_content() }}
{% for user in task.get_users(sort_by_name=True) %}
{{ user.get_name(first_only=True) }}
{% endfor %}