{% extends 'portal/base.html' %} {% load static %} {% load app_tags %} {% block content %}
{% with levelName|add:0|stringformat:"03d" as level_number %}

Level {{levelName}}

Go to Level
{% endwith %} {% endblock %}