{% 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" %} |
{% trans "Refresh support status" %}
{{ support.get_verbose }}
{% if not support.in_limits %}
{% trans "Your Weblate is exceeding service limits. Please upgrade the subscription." %}
{% endif %}
|
||
{% trans "Support package limits" %} | {% for limit in limit_details %} {% if not forloop.first %}|||
{{ limit.name }} | {% include "billing/used.html" with max=limit.limit total=limit.limit used=limit.current %}|||
{% 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 %} |