{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{% translate "About Weblate" %}

{% include "snippets/about.html" %}
{% if offer_hosting %}

{% translate "Hosting translations" %}

{% translate "This Weblate instance hosts translations for various libre software projects." %} {% blocktranslate %}Weblate can host your project as well, please get in touch.{% endblocktranslate %}

{% translate "Start your gratis trial today and explore our competitively priced commercial hosting solutions." %}

{% endif %}

{% translate "Weblate is built on libre software" %}

{% for ver in versions %} {{ ver.0 }} {% if not hide_version or user.is_superuser %}{{ ver.2 }}{% endif %} {% endfor %}
{% endblock content %}