{% extends "base.html" %} {% load i18n icons static translations %} {% block content %} {% announcements %}
{% icon "settings.svg" %}
{% if watched_projects %} {% if usersubscriptions %} {% include "snippets/list-objects.html" with objects=usersubscriptions label=_("Translation") hide_completed=user.profile.hide_completed name_source="translation" %} {% include "paginator.html" with page_obj=usersubscriptions anchor="your-subscriptions" %} {% else %} {% include "list-projects.html" with projects=watched_projects %} {% endif %} {% endif %}

{% translate "Choose what languages you want in the preferences, to see overview of available translations for those languages in your watched projects." %}

{% if all_componentlists %}
{% include "snippets/list-objects.html" with objects=all_componentlists label=_("Component list") %}
{% endif %} {% if owned_projects %}
{% include "snippets/list-objects.html" with objects=owned_projects label=_("Project") %} {% if all_owned_projects|length > 10 %} {% translate "Browse all managed projects" %} {% endif %}
{% endif %} {# Suggested translations #}
{% if suggestions %} {% include "snippets/list-objects.html" with objects=suggestions label=_("Translation") name_source="translation" %} {% else %}

{% translate "Could not find any suggestions for you, please choose your languages in the preferences to get some." %}

{% endif %}
{% for componentlist in componentlists %}

{% translate "Loading…" %}

{% endfor %}
{% include "snippets/reports.html" %}
{% endblock content %}