{% extends "authentic2/manager/base.html" %} {% load i18n static django_tables2 %} {% block page-title %}{{ block.super }} - {% trans "Services" %}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Services' %} {% endblock %} {% block sidebar %} {% endblock %} {% block main %} {% with row_link=1 %} {% render_table table "authentic2/manager/table.html" %} {% endwith %} {% endblock %}