{% extends "base.html" %} {% from '_macros.html' import table_search_box_js with context %} {% set link = '/repo/' + table_heading + '/packages' %} {% block pagetitle -%}Repo Packages{%- endblock pagetitle %} {% block bottomcontent -%}
{% include '_partials/_listing_table.html' %}
{%- endblock bottomcontent %} {% block scripts %} {{ super() }} {{ table_search_box_js() }} {% endblock scripts %}