{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block content %} {% if not user.is_authenticated %}
{% if demo_server %} {% blocktrans %}This site runs Weblate demo server.{% endblocktrans %} {% else %} {% blocktrans %}This site runs Weblate for translating the software projects listed below.{% endblocktrans %} {% endif %} {% trans "You need to be logged in for translating, otherwise you can only make suggestions." %}
{% endif %} {% whiteboard_messages %}{% include "legend.html" %}
{% else %} {% with subscribed_projects as projects %} {% include "list-projects.html" %} {% endwith %} {% endif %} {% else %}{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in your watched projects." %}
{% endif %}{% trans "Manage your languages" %} {% trans "Manage watched projects" %}
{% include "legend.html" %}
{% else %}{% trans "Choose your languages in preferences and you will get an overview here of available translations for those languages in all projects." %}
{% endif %} {# userlanguages #}{% include "legend.html" %}
{% else %}{% trans "Could not find any suggestions for you, please choose your languages in preferences to get more suggestions." %}
{% endif %} {% if user.is_authenticated %} {% else %} {% endif %}{% include "legend.html" %}
{% endwith %}