{% extends "base.html" %} {% load i18n %} {% load translations %} {% load static %} {% block extra_script %} {% if support.name != 'community' %} {% endif %} {% endblock %} {% block breadcrumbs %}
{% trans "Weblate version" %} | {% if git_revision %} {{ version }} — {{ git_revision }} {% elif git_revision_link %} {{ version }} {% else %} {{ version }} {% endif %} |
---|---|
{% trans "Support status" %} |
{{ support.get_verbose }}
{% if not support.in_limits %}
{% trans "Exceeding service limits" %}
{% endif %}
|
{% trans "Support expiry" %} | {{ support.expiry|naturaltime }} |
{% trans "Discover Weblate" %} |
{% trans "Browse discovery" %}
{% if support.discoverable %}
{% trans "Your Weblate is listed on weblate.org" %}
{% trans "Disable discovery" %} {% trans "Manage your listing" %} {% else %} {% trans "Your Weblate is not listed on weblate.org" %} {% trans "Enable discovery" %} {% endif %} |