euscanwww: per handler package list
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
16
euscanwww/djeuscan/templates/euscan/statistics_handler.html
Normal file
16
euscanwww/djeuscan/templates/euscan/statistics_handler.html
Normal file
@ -0,0 +1,16 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user