{% load i18n %} {% load url from future %}
{{ package_count }} {% trans "packages and counting!" %}
{{ py3_compat }} {% trans "packages compatible with Python 3!" %}
{% trans "Know of any packages not listed here? Add them now! It's quick and easy." %}
{% trans "Or add a grid comparing the features of 2 or more similar packages." %}
{% with version.package.repo_description|truncatewords:25 as short %} {% if version.package.repo_description|length > short|length %} {{ short|slice:"-3" }}... {% else %} {{ short }} {% endif %} {% endwith %}
{% endfor %}{{ potw.repo_description }}
{% trans "Commits" %} | ||
---|---|---|
{{ potw.repo_watchers|default:"n/a" }} | {{ potw.repo_forks|default:"n/a" }} |
{{ gotw.description }}
{% trans "Packages" %}: {{ gotw.gridpackage_set.count }}, {% trans "Features" %}: {{ gotw.feature_set.count }}
{{ category.description }}
{% endfor %}