{% spaceless %} {% load url from future %} {% load i18n profile_tags static %} {% load opencomparison_tags %} {% block angularjs %} {% endblock angularjs %} {% block head_title_base %}{{ SITE_TITLE }} : {% block head_title %}{% endblock %}{% endblock %} {% block extra_head %}{% endblock %} {% for message in messages %}
{{ message }}
{% endfor %}
{% for grid_chunk in grid_headers %}
{% for tab in grid_chunk %} {% if tab %} {{ tab.title|truncatechars:"17" }}
{% endif %} {% if forloop.parentloop.last and forloop.last %} {% trans "» more grids..." %} {% endif %} {% endfor %}
{% endfor %}
{% block body %} {% endblock %}
{% verbatim %} {% endverbatim %}
{% trans "Search Weight" %} {% trans "Package" %} {% trans "Description" %} {% trans "Last PyPI release:" %} {% trans "Repo Forks" %} {% trans "Watchers" %}
{{ item.weight / max_weight * 100 | number:0 }}% {{ item.title }} Grid: {{ item.description }} {{ item.last_released | date: 'mediumDate' }} N/A {{ item.repo_forks }} N/A {{ item.repo_watchers }} N/A
{% block javascript %} {% endblock javascript %} {% block extra_body %}{% endblock %} {{ PIWIK_CODE|safe }} {% endspaceless %}