{% from '_macros.html' import listing_table with context %}

{{ table_heading }}

{% if not objs %} None {% else %} {{ listing_table(columns_info, objs, pagination) }} {% endif %}