{% if view in ["finops","engineering","audit","compare"] %} {% include "filter_bar.html" %} {% endif %} {% if view in ["finops","engineering","audit","compare"] %}
{% block content %}{% endblock %}
{% else %}
{{ self.content() }}
{% endif %}