euscan-ng/euscanwww/djeuscan/templates/euscan/statistics_handler.html

17 lines
269 B
HTML
Raw Normal View History

{% 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 %}