{% extends "layout.html" %} {% block body %}

Nick Search

{% if not user %}

You have to enter a nickname.

Take me back to the server list.

{% else %} {% if results %}

The nickname "{{ user }}" is currently playing on the following {{ 'server' if results|length == 1 else 'servers' }}:

{% else %}

The nickname "{{ user }}" is currently not playing.

{% endif %}

You can bookmark this link to search for "{{ user }}" quickly or return to the server list.

{% endif %} {% endblock %}