{% for task in tasks %}
  • Pending
    {{task.created_at|datetimeformat(format="short", tz=user.timezone)}}

    {% if task.content.Url %} {{task.content.Url.url}} {% elif task.content.File %} {{task.content.File.file_info.file_name}} {% else %} {{task.content.Text.text}} {% endif %}

  • {% endfor %}