{% load i18n %}
{% trans 'Filter' %}
var tag = this; tag.disable_filters = tag.parent.disable_filters; tag.organisations = tag.parent.organisations; tag.years = tag.parent.years; tag.on('update', function() { tag.disable_filters = tag.parent.disable_filters; }); tag.clearFilters = function() { $("#type-filter")[0].selectedIndex = 0; $("#owner-filter")[0].selectedIndex = 0; $("#year-filter")[0].selectedIndex = 0; }