{% load static %}
{% if latest_statuses %} {% for status in latest_statuses %}Just Now
{%else %}{{status.time_ago}}
{%endif%}{{status.text|safe}}
{% if status.type and status.type_id %}{{status.project_name}}
{% elif status.type == 'Daily Report' %}View Daily Report
{% endif %}{{reaction.emoji}}
{% endfor %}No statuses at the moment.