{% extends "euscan/_datatable.html" %}
{% load url from future %}
{% load djeuscan_helpers %}

{% block title %}
  {{ block.super }} - Watched maintainers
{% endblock %}


{% block content %}
  <h2>Watched maintainers</h2>

  {% maintainers_table maintainers %}
{% endblock %}