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

    Maintainer: {{ maintainer.name }} <{{ maintainer.email }}> {% if user.is_authenticated %} {% favourite_buttons "maintainer" maintainer.email %} {% endif %}

    {% packages packages %}

    Statistics

    Current statistics

    pie versions pie packages

    All Time

    version weekly versions monthly

    packages weekly packages monthly

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