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

Component Types

{% include 'paginator.html' with paginator=comptypes get_param='page' aria_label='Component Type Page Navigation' %}
{% for t in comptypes %}
  • {{t}}
    {% if t.passive %}
     passive
    {% endif %}
  • {% endfor %}
    {% include 'paginator.html' with paginator=comptypes get_param='page' aria_label='Component Type Page Navigation' additional_params=None %}
    {% endblock content %} {% block custom_scripts %} {% endblock custom_scripts %}