I18N.tnpx(msgctxt, msgid, msgid_plural, count, vars);
END;
%]
[%
MACRO html(s) BLOCK;
FILTER html;
s;
MACRO html_entity(s) BLOCK;
FILTER html_entity;
MACRO html_line_break(s) BLOCK;
FILTER html_line_break;
MACRO url(s) BLOCK;
FILTER url;
MACRO collapse(s) BLOCK;
FILTER collapse;
MACRO format(s, fmt) BLOCK;
FILTER format(fmt);
MACRO HtmlTags(s) BLOCK;
USE HtmlTags;
FILTER $HtmlTags tag=tag attributes=attributes;
MACRO Price(s) BLOCK;
USE Price;
FILTER $Price;
MACRO KohaDates(s) BLOCK;
USE KohaDates;
FILTER $KohaDates with_hours=with_hours as_due_date=as_due_date;
MACRO KohaSpan(s) BLOCK;
USE KohaSpan;
FILTER $KohaSpan class=class;
-