{% extends "base.html" %} {% load i18n django_tables2 %} {% block content %} {% render_table table %} {% if user.admin %}
{% endif %} {% endblock %}