{% load i18n %} {% load string_filters %} {% load search %}
{#
#} {##} {# #} {#
#}
{% if not search_facets %}

{% trans 'No filter available.' %}

{% endif %} {% if search_facets.facet_model_name %} {% with facet=search_facets.facet_model_name %}
{% trans 'Document type' %}
    {% for choice in facet.choices %} {% include 'search/facet_choice.html' %} {% endfor %}
{% endwith %} {% endif %} {% if search_facets.book_code %} {% with facet=search_facets.book_code %}
{% trans 'Law book' %}
    {% for choice in facet.choices %} {% include 'search/facet_choice.html' %} {% endfor %} {% if facet.choices|length > 5 %}
  • {% endif %}
{% endwith %} {% endif %} {% if search_facets.decision_type %} {% with facet=search_facets.decision_type %}
{% trans 'Decision type' %}
    {% for choice in facet.choices %} {% include 'search/facet_choice.html' %} {% endfor %}
{% endwith %} {% endif %} {% if search_facets.court %} {% with facet=search_facets.court %}
{% trans 'Court' %}
    {% for choice in facet.choices %} {% include 'search/facet_choice.html' %} {% endfor %}
{% endwith %} {% endif %} {% if search_facets.court_jurisdiction %} {% with facet=search_facets.court_jurisdiction %}
{% trans 'Jurisdiction' %}
    {% for choice in facet.choices %} {% include 'search/facet_choice.html' %} {% endfor %}
{% endwith %} {% endif %} {% if search_facets.court_level_of_appeal %} {% with facet=search_facets.court_level_of_appeal %}
{% trans 'Level of Appeal' %}
    {% for choice in facet.choices %} {% include 'search/facet_choice.html' %} {% endfor %}
{% endwith %} {% endif %} {% if date_facets %}
{% trans 'Publication date' %}:
  • / -  /
{% endif %}