{% load static %}

Recently Online

{% for staff_connection in staff_connections %}

{{staff_connection.first_name}} {{staff_connection.last_name}}

{% if staff_connection.online %}

Online

{% else %}

{{staff_connection.last_seen}}

{% endif %}
{% endfor %}