{% 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 char, names in jeremy_owners.items %} {% endfor %}
Character Ships
{{ char.character_name }} {% for name in names %} {{ name }}, {% endfor %}
{% 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 %}