euscan-ng/euscanwww/djeuscan/templates/euscan/statistics_handler.html
volpino a8f69e8128 euscanwww: per handler package list
Signed-off-by: volpino <fox91@anche.no>
2012-11-26 14:55:49 +01:00

17 lines
269 B
HTML

{% extends "euscan/_datatable.html" %}
{% load url from future %}
{% load djeuscan_helpers %}
{% block title %}
{{ block.super }} - Handler: {{ handler }}
{% endblock %}
{% block content %}
<h2>
Handler: {{ handler }}
</h2>
{% packages packages %}
{% endblock %}