{% extends "base.html" %} {% load i18n %} {% load translations %} {% load static %} {% block extra_script %} {% if support.name != 'community' %} {% endif %} {% endblock %} {% block breadcrumbs %}
  • {% trans "Manage" %}
  • {% endblock %} {% block content %}

    {% documentation_icon 'admin/support' right=True %} {% trans "Weblate support status" %}

    {% if support.expiry %} {% endif %} {% if support.secret %} {% endif %}
    {% 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 %} {% 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 %}
    {% include "manage/snippets/activation-form.html" %} {% endblock %}