{% trans "Nebuchadrezzar" %} {% block title %}{% endblock %}
{% block feeds %}{% endblock %}
{% block head %}{% endblock %}
{% if user.is_authenticated %}
{% blocktrans with user.username as username %}Hello, {{ username }}. Do you want to logout?{% endblocktrans %}
{% else %}
{% blocktrans %}Welcome, do you want to login or register?{% endblocktrans %}
{% endif %}
{% blocktrans %}
If you like our web service, we will be proud if you put link to Semiramis on your web page. Feel free to use this image. Thank you!
{% endblocktrans %}