{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block content %}

{% blocktranslate %}This site runs {{ weblate_name_link }} for translating the software projects listed below.{% endblocktranslate %} {% translate "You need to be signed in to translate, otherwise you can only make suggestions." %}

{% announcements %} {% include "list-projects.html" with projects=top_projects %}

{% blocktranslate count count=all_projects %}Browse {{ count }} project{% plural %}Browse all {{ count }} projects{% endblocktranslate %}

{% endblock content %}