{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for cell in row[1:] %} {% endfor %} {% endfor %}
Feature {{ col }} {% if loop.index0 == highlight_index %} RECOMMENDED {% endif %}
{{ row[0] }} {% if cell is boolean %} {% if cell %} {% else %} {% endif %} {% elif cell == "Unlimited" or cell == "Enterprise" %} {{ cell }} {% else %} {{ cell }} {% endif %}
{{ footer_tag or 'Comparison View' }}