templatetags

attribute

bits.templatetags.attribute.attr(object, attr)[source]

Lookup attributes in django templates dynamically From http://stackoverflow.com/a/3466349/594269

Allows lookups such as {{ user|attr:item }} where item is a template variable

currency

bits.templatetags.currency.currency(cents)[source]
bits.templatetags.currency.currency2(dollars)[source]

Project Versions

Table Of Contents

Previous topic

http

This Page