{% extends "base.html" %} {% block title %}partmom: {{ grid.vendor }} {{ grid.familyname }}{% endblock %} {% block content %}

{{ grid.vendor }} {{ grid.familyname }}

{% for spec in grid.shared_specs %} {% endfor %}
{{ spec }} {{ grid.shared_specs[spec] }}

{% for row in grid.data_table %} {% for cell in row %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {% if loop.first %}{% endif %} {% endfor %} {% for cell in grid.price_row %} {% endfor %} {% for row in grid.package_table %} {% for cell in row %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {% endfor %} {% for cell in grid.suffix_row %} {% endfor %}
{{ cell[1] }}{{ cell[1] }}
Price {% if cell.url %}{% endif %} {{ cell.price }} {% if cell.url %}{% endif %}
Pins in {{ cell }} Package{{ cell }}
All Parts {% for part in cell %} {% if part.url %}{{ part.suffix }} {% else %}{{ part.suffix }} {% endif %}
{% endfor %}
Fineprint: Prices from Octopart API and only include "authorized" distributors, regardless of stock. Some distributors (Avnet?) do not allow their pricing to be included in the API results.
{% endblock %}