{% extends 'allianceauth/base-bs5.html' %} {% block page_title %}Find Jeremy{% endblock page_title %} {% block extra_css %} {% include "bundles/datatables-css-bs5.html" %} {% endblock %} {% block content %}
{% for thanny in thannys %} {% endfor %}
Character Ship Name Location
{{ thanny.character.character.character_name }} {{ thanny.name }} {{ thanny.location_name.location_name }}
{% endblock content %} {% block extra_javascript %} {% include "bundles/datatables-js-bs5.html" %} {% endblock extra_javascript %} {% block extra_script %} $(document).ready(function() { $('.table').DataTable({ "pageLength": 50 }); }); {% endblock extra_script %}