oioioi.base.templatetags.all_with_prefix

Module Contents

Classes

Functions

all_with_prefix(parser, token)

Concatenates all values from the context which start with the

Attributes

oioioi.base.templatetags.all_with_prefix.register[source]
class oioioi.base.templatetags.all_with_prefix.AllWithPrefixNode(prefix)[source]

Bases: django.template.Node

render(context)[source]

Return the node rendered as a string.

oioioi.base.templatetags.all_with_prefix.all_with_prefix(parser, token)[source]

Concatenates all values from the context which start with the prefix given as the only parameter.