{% 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 "Commercial hosting is also available, pricing starts at 19 EUR per month, please get in touch for more details." %}

    {% endif %}

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

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