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

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

{% for spec in grid.shared_specs %} {{ spec }}: {{ grid.shared_specs[spec] }}
{% endfor %}
{% for row in grid.data_table %} {% for cell in row %} {% endfor %} {% endfor %} {% for cell in grid.price_row %} {% endfor %} {% for row in grid.package_table %} {% for cell in row %} {% endfor %} {% endfor %} {% for cell in grid.suffix_row %} {% endfor %}
{{ cell[1] }}
Price: {% if cell.url %}{% endif %} {{ cell.price }} {% if cell.url %}{% endif %}
{{ cell }}
All Parts: {% for part in cell %} {% if part.url %}{{ part.suffix }} {% else %}{{ part.suffix }} {% endif %}
{% endfor %}
{% endblock %}