{# This meta-tag forcefully disables 'compatibility mode' in Internet Explorer because it causes rendering problems. #}
{# jQuery #}
{# Bootstrap #}
{# NEMO #}
Rate List
{% if rate_type|lower == 'caps' %}
{% include 'rates/rate_list_caps.html' %}
{% else %}
{% regroup formatted_rates by facility as facility_list %}
{% for facility in facility_list %}
{% if facility.grouper %}
{{ facility.grouper }}
{% else %}
{% endif %}
{% regroup facility.list by item as item_groups %}
{% for item_group in item_groups %}
{{ item_group.grouper|default_if_none:"" }}▶
{% for item_rate_type in item_group.list %}
{% if has_multiple_rate_types %}
{{ item_rate_type.rate_type }}
{% endif %}
{% if rate_categories %}
{% for rate, category in item_rate_type.rates|zip_lists:rate_categories %}
{% if rate %}