{% extends 'extras/script/base.html' %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% if not script.is_executable %} {% endif %} {% render_table table 'inc/table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% endblock %}