{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

Components

{% crispy advanced_search_form %}
{{ advanced_search_param_formset.management_form }}
{% for f in advanced_search_param_formset %} {% crispy f %} {% endfor %}
{% include 'paginator.html' with paginator=components get_param='comp_page' aria_label='Component Page Navigation' %}
{% include 'parts/modals/edit-component-modal.html' with form=comp_form heading='New Component' open_component_button=True %} {% endblock content %} {% block custom_scripts %} {% endblock custom_scripts %}