{% load i18n %} {% load url from future %}

{{ SITE_TITLE }} is a directory of reusable apps, sites, tools, and more for your {{ FRAMEWORK_TITLE }} projects.

{{ package_count }} {% trans "packages and counting!" %}

{{ py3_compat }} {% trans "packages compatible with Python 3!" %}

{% trans "Add packages and grids" %}

{% trans "Know of any packages not listed here? Add them now! It's quick and easy." %}

{% trans "add package »" %}

{% trans "Or add a grid comparing the features of 2 or more similar packages." %}

{% trans "add grid »" %}

{% if potw %} {% comment %}

Featured Package

{{ potw.title }}

{{ potw.repo_description }}

{% trans "Commits" %}
{{ potw.repo_watchers|default:"n/a" }} {{ potw.repo_forks|default:"n/a" }}
{% endcomment %} {% endif %} {% if gotw %}

Featured Grid

{{ gotw.title }}

{{ gotw.description }}

{% trans "Packages" %}: {{ gotw.gridpackage_set.count }}, {% trans "Features" %}: {{ gotw.feature_set.count }}

{% endif %}

{% trans "Package Categories" %}

{% for category in categories %}

{{ category.title_plural }} ({{ category.count }})

{{ category.description }}

{% endfor %}