{% load static %}
{% if DEBUG %}
{% else %}
{% endif %}
{% if LANGUAGE_CODE == 'ca' %}
{% else %}
{% with js_i18n=LANGUAGE_CODE|lower|truncatechars:2|add:'.js' %}
{% with js_i18n_full='webix/i18n/'|add:js_i18n %}
{% endwith %}
{% endwith %}
{% endif %}