{% extends "euscan/_datatable.html" %} {% load url from future %} {% load djeuscan_helpers %} {% load euscan_accounts_helpers %} {% block title %} {{ block.super }} - Category: {{ category }} {% endblock %} {% block menu_feed %} {{ block.super }}
  • feed {{ category|truncatechars:15 }}
  • {% endblock %} {% block content %}

    Category: {{ category }} {% if user.is_authenticated %} {% favourite_buttons "category" category %} {% endif %}

    {{ category.description }}

    {% packages packages %}

    Statistics

    Current statistics

    pie versions pie packages

    All Time

    versions weekly versions monthly

    packages weekly packages monthly

    {% endblock %} {% block menus %} {{ block.super }} {% endblock %}