{% comment %} Pricing comparison (compat wrapper, icvoss/django-brickwork#626): thin include of the first-class brickwork/components/_comparison_table.html. Existing call sites that `{% include "brickwork_marketing/components/_pricing_comparison.html" %}` keep working. Prefer the core path for new work. heading_id still defaults to bw-pricing-comparison-heading here so multi-comparison pages that already target that id do not break. Contract: see brickwork/components/_comparison_table.html (plans, rows, highlighted, highlighted_label, heading, lede, note, caption, heading_id). States: see brickwork/components/_comparison_table.html. Accessibility: see brickwork/components/_comparison_table.html. Responsive: see brickwork/components/_comparison_table.html. {% endcomment %} {% include "brickwork/components/_comparison_table.html" with heading_id=heading_id|default:"bw-pricing-comparison-heading" %}