{% load static %}
user profile

{{status.staff.user.first_name}} {{status.staff.user.last_name}}

{% if status.time_ago == '0min ago' %}

Just Now

{% else %}

{{ status.time_ago}}

{%endif%}

{{status.text}}

{% if status.task.project %}

{{status.task.project}}

{% endif %}