lck.django 0.8.5 documentation
A set of string-related filters.
A version of the builtin django.template.defaultfilters which doesn’t let empty strings as outcomes.
Template tag available in common app’s strings library.
Parameters: |
|
---|
Converts any falsy value to u"---".
Template tag available in common app’s strings library.
Like built-in |title filter but leaves existing caps alone, eg. 'I work for the FBI' -> 'I Work For The FBI'.
Template tag available in common app’s strings library.
If the country with the specified code is using Cyrillic alphabet, transliterates Latin strings using lck.i18n.translit.
Template tag available in common app’s strings library.