{% if other_user %}
{% endif %} {% if other_user %} {{other_user.user.username}} {% 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 %}
  • {{_('Unignore') if is_ignored else _('Ignore')}}
  • {% else %} {{online_count}} {{_('users are online')}} {% endif %}