{% for item in module.table_row %}
	{% inline_text field="features_label" value="" %}
	{% if item.add_in_basic_plan %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% if item.add_in_whale_exclusive %}
		<!-- HTML to show when checked -->
	{% endif %}
	{% if item.add_in_dolphin_essential %}
		<!-- HTML to show when checked -->
	{% endif %}
{% endfor %}