{% extends "site_base.html" %} {% load staticfiles %} {% load i18n %} {% block body_class %}reviews{% endblock %} {% block body_outer %}
{% block sidebar %} {% for section in review_sections %} {% endfor %} {% endblock %}
{% block body %} {% endblock %}
{% endblock %} {% block extra_script %} $("table.table-reviews").dataTable({ "stateSave": true, "lengthMenu": [[10, 50, 100, -1], [10, 50, 100, "All"]], "pageLength": 100, "colReorder": true, "buttons": [{ extend: 'collection', text: 'Export', buttons: ["copy", "csv", "print"] }, { extend: 'collection', text: 'Columns', buttons: [ { extend: 'columnsToggle', columns: '.toggle' }, { extend: 'columnToggle', text: 'Vote details', columns: '.votes' } ] }]}); {% endblock %}