{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "About Weblate" %}
  • {% endblock %} {% block content %}

    {% trans "About Weblate" %}

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

    {% trans "Hosting translations" %}

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

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

    {% endif %}

    {% trans "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 %}