Files
euscan-ng/euscanwww/djeuscan/templates/euscan/accounts/overlays.html
2012-07-20 09:04:15 +02:00

16 lines
260 B
HTML

{% extends "euscan/_datatable.html" %}
{% load djeuscan_helpers %}
{% load url from future %}
{% block title %}
{{ block.super }} - Watched overlays
{% endblock %}
{% block content %}
<h2>Watched overlays</h2>
{% overlays_table overlays %}
{% endblock %}