{% if other_user %}
{% else %}
{% endif %} {% if other_user %} {{link_user(other_user)}} {% else%} {{ _('Lobby') }} {% endif %} {% if other_user and not other_online %} {{ relative_time(other_user.last_access, abs=_('Last online on {time}'), rel=_('Online {time}'), format=_('g:i a d/m/Y')) }} {% endif %} {% if other_user %}
{% if is_ignored %} {{_('Unignore')}} {% else %} {{_('Ignore')}} {% endif %}
{% else %} {{online_count}} {{_('users are online')}} {% endif %}