{% extends "panel.html" %} {% load i18n %} {% block label %}part-parameters{% endblock label %} {% block heading %} {% trans "Part Parameter Templates" %} {% endblock heading %} {% block actions %} {% endblock actions %} {% block content %}
{% include "filter_list.html" with id="parameter-templates" %}
{% endblock content %}