{% load static %}
{% if latest_statuses %} {% for status in latest_statuses %}Just Now
{%else %}{{status.time_ago}}
{%endif%}{{status.text}}
{% if status.task.project %}{{status.task.project}}
{{reaction.emoji}}
{% endfor %}No statuses at the moment.