:py:mod:`oioioi.base.templatetags.all_with_prefix` ================================================== .. py:module:: oioioi.base.templatetags.all_with_prefix Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: oioioi.base.templatetags.all_with_prefix.AllWithPrefixNode Functions ~~~~~~~~~ .. autoapisummary:: oioioi.base.templatetags.all_with_prefix.all_with_prefix Attributes ~~~~~~~~~~ .. autoapisummary:: oioioi.base.templatetags.all_with_prefix.register .. py:data:: register .. py:class:: AllWithPrefixNode(prefix) Bases: :py:obj:`django.template.Node` .. py:method:: render(context) Return the node rendered as a string. .. py:function:: all_with_prefix(parser, token) Concatenates all values from the context which start with the prefix given as the only parameter.