{% raw %} {% extends "base.html" %} {% load i18n static compress %} {% block extra_css %} {% compress css %} {% endcompress %} {% endblock %} {% block content %}
{% trans "Plugin" %} | {% trans "PyPI Version" %} | {% trans "Runing Version" %} | {% trans "Status" %} | ||
---|---|---|---|---|---|
{{name}} | {{pypi_version}} | {{curent_version}} | {% if pypi_version == curent_version %}{% trans "UpToDate" %} | {% else %} {% if curent_version == "-" %}{% trans "Not installed" %} | {% else %}{% trans "Compare" %} | {% endif %} {% endif %}