{% extends 'infrastructure/base.html' %} {% load i18n %} {% load url from future %} {% block title %}{% trans 'Flavors' %}{% endblock %} {% block page_header %} {% include 'horizon/common/_items_count_domain_page_header.html' with title=_('Flavors') items_count=flavors_count %} {% endblock page_header %} {% block main %} {% if suggested_flavors_count %}
{{ suggested_flavors_count }}× Suggested Flavor
{{ suggested_flavors_table.render }}
{% endif %}
{{ flavors_table.render }}
{% endblock %}