{% extends "twocols.html" %}{% load i18n sfilters_tags %}{% load url from future %} {% load static %} {% block pagetitle %}{% trans "Message filters" %}{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block leftcol %} {% endblock %} {% block apparea %}
{% if not active_script and not scripts %}
{% trans "No filters set defined yet. You must create one in order to define filters." %}
{% endif %}
{% endblock %}