1 {% extends "base.html" %}
6 <!-- DataTables CSS -->
7 <link href="{% static "bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" %}"
10 <!-- DataTables Responsive CSS -->
11 <link href="{% static "bower_components/datatables-responsive/css/dataTables.responsive.css" %}" rel="stylesheet">
12 {% endblock extrahead %}
16 <div class="col-lg-12">
17 <div class="dataTables_wrapper">
18 <table class="table table-striped table-bordered table-hover" id="table" cellspacing="0"
26 <!-- /.table-responsive -->
32 {% endblock content %}
35 <!-- DataTables JavaScript -->
37 <script src={% static "bower_components/datatables/media/js/jquery.dataTables.min.js" %}></script>
38 <script src={% static "bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js" %}></script>
40 <script src={% static "js/dataTables-sort.js" %}></script>
43 {% endblock tablejs %}
44 {% endblock extrajs %}