Table Of Contents

Previous topic

omeroweb.webclient.controller package

Next topic

omeroweb.webgateway package

This Page

omeroweb.webclient.templatetags package

Submodules

omeroweb.webclient.templatetags.webclient_tags module

omeroweb.webclient.templatetags.webclient_tags.get_item(dictionary, key)
omeroweb.webclient.templatetags.webclient_tags.get_static_webclient_prefix(parser, token)

Populates a template variable with the static prefix, settings.WEBCLIENT_STATIC_URL.

Usage:

{% get_static_webclient_prefix [as varname] %}

Examples:

{% get_static_webclient_prefix %}
{% get_static_webclient_prefix as STATIC_WEBCLIENT_PREFIX %}

Module contents