{% load static %} {% comment %} This is the template for the ``gauge`` inclusion tag. It expects the following context: * slug * current_value -- The current gauge value. * max_value (used to mark the max value on the gauge chart) * diff -- The difference betwee the current value and the max_value * size -- The size (in pixels) for the chart. {% endcomment %}
{{ slug }}