{% extends "wagtailsnippets/snippets/type_index.html" %}
{% load i18n wagtailadmin_tags wagtail_airtable_tags %}
{% block content %}
{% can_import_model model_opts.label as can_import_model %}
{% include 'wagtailsnippets/snippets/headers/list_header.html' %}
{# We can't use the icon templatetag on both 4.1 and 4.2 as the class_name arg was changed to classname #}