{% extends "base.html" %} {%block head %} {% endblock %} {% block customjs %} $(document).ready(function() { $('#{{_id}}').DataTable( { dom: 'Bfrtip', buttons: [ 'excelHtml5', 'csvHtml5', 'pdfHtml5' ] } ); } ); {% endblock %} {% block content %}
| {{ key }} | {% endfor %}
|---|
| {{ dict_item[key] }} | {% endfor %}