{% load sekizai_tags %} {% load static %} {% load customtags %} {% addtoblock "css" %} {% endaddtoblock %} {% with stat=stats|get:lnl_key %}
{% if show_percent %} {{ stat|percent:1 }}% {% else %} {{ stat|index:1 }} {% endif %} {% if stat|index:0 > 0 %} {% if show_percent %} {{ stat|percent:0 }}% {% else %} {{ stat|index:0 }} {% endif %} {% endif %} {% if show_percent %} {{ stat|percent:-1 }}% {% else %} {{ stat|index:-1 }} {% endif %}
{% endwith %}