Bases: django.template.base.Node
Helper node for the jstemplate template tag.
Checks if the given user meets the requirements for the component. This includes both user roles and services in the service catalog.
Generates sub-navigation entries for the current dashboard.
Generates top-level dashboard navigation entries.
Renders a progress bar based on parameters passed to the tag. The first parameter is the current value and the second is the max value.
Example: {% progress_bar 25 50 %}
This will generate a half-full progress bar.
The rendered progress bar will fill the area of its container. To constrain the rendered size of the bar provide a container with appropriate width and height styles.
Replaces [[ and ]] with {{ and }} to avoid conflicts with Django’s template engine when using any of the Mustache-based templating libraries.