{% for entry in filters %} {% endfor %} {# Add New Filter #} {# column path #} {# metric #} {# filter_value #} {# Add button #}
Column Metric Value(s)
{{ entry.column_name }} {{ entry.metric_display }} {{ entry.value }}
{% if column_parents %}
    {% for item in column_parents %}
  • {{ item }}
  • {% endfor %}
{% endif %} {% if column_options %} {% include "basic_elements/dropdown_select.html" with unicorn_view=view.component_name name="column_selected" initial_value=column_selected options=column_options options_hash=column_options_hash %} {% endif %}
{% if metric_options %} {% include "basic_elements/dropdown_select.html" with unicorn_view=view.component_name name="metric_selected" initial_value=metric_selected options=metric_options options_hash=metric_options_hash %} {% endif %} {% if filter_value_type == "number" %} {% elif filter_value_type == "number-range" %} {% elif filter_value_type == "number-list" %} {% elif filter_value_type == "text" %} {% elif filter_value_type == "text-list" %} {% elif filter_value_type == "checkbox-isnull" %}
Is empty?
{% elif filter_value_type == "checkbox-bool" %}
is True/Yes?
{% endif %}
{# refresh button #} {# add button #}
{% if include_buttons %} {# Buttons #}
{# Apply Filters #} {# Reset Filters #}   Reset Filters
{% endif %}