{% load brickwork_icons %} {% comment %} Pricing comparison (Beat Phase C, icvoss/django-brickwork#543): a plan-by- capability table. Structural sibling of _pricing_table.html (tier cards), not a layout option on it: real tabular data belongs in a
| Capability | {% for plan in plans %}{{ plan }} | {% endfor %}
|---|---|
| {{ row.label }} | {% for cell in row.cells %}{% if cell.included is True %} {% bw_icon "check" size="sm" decorative=True css_class="bw-pricing-comparison__yes" %} Included {% elif cell.included is False %} {% bw_icon "minus" size="sm" decorative=True css_class="bw-pricing-comparison__no" %} Not included {% else %} {{ cell }} {% endif %} | {% endfor %}
{{ note }}
{% endif %}