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

Components

{% include 'paginator.html' with paginator=components get_param='comp_page' aria_label='Component Page Navigation' %}

Packages

{% for pkg in packages %}
  • {% if pkg.image %} {{ pkg.name }} {% else %} {% load static %} {{ pkg.name }} {% endif %}
    {{ pkg.name }}
    {% if pkg.smd %} SMD Package
    {% endif %} Pin Count: {{pkg.pin_count}}
  • {% endfor %}
    {% include 'paginator.html' with paginator=packages get_param='pkg_page' aria_label='Package Page Navigation' %}
    {% endblock content %}