{% extends "parody_web/base.html" %} {% load parody_web %} {% block title %}{{ system.title }} — {{ book.title }}{% endblock %} {% block head_extra %} {% endblock %} {% block body %}
{{ system.description }}
{% endif %} {% if systems_list|length > 1 %}Systems: {% for s in systems_list %}{% if s.version == system.version %}{{ s.version }}{% else %}{{ s.version }}{% endif %}{% if not forloop.last %} · {% endif %}{% endfor %}
{% endif %} {% for c in system.components %}{{ c.description }}
{% endif %} {% if c.quantity %}Quantity: {{ c.quantity }}
{% endif %} {% if c.specs %}| {{ label }} | {{ value }} |
|---|
Suppliers: {% for sup in c.suppliers %}{{ sup.name }}{% if not forloop.last %} · {% endif %}{% endfor %}
{% endif %} {% if c.choices %}{{ ch.description }}
{% endif %} {% if ch.fields %}| {{ label }} | {{ value }} |
|---|
Suppliers: {% for sup in ch.suppliers %}{{ sup.name }}{% if not forloop.last %} · {% endif %}{% endfor %}
{% endif %}