{% extends "base.html" %} {% block content %} {% include "includes/sidenav.html" %}

Single User Challenges

{% if challenges %}
{% for challenge in challenges %}
{{ challenge.title }} {{ challenge.points }} pts
{{ challenge.progress|floatformat:0 }}%
{% endfor %}
{% else %}

No challenges available.

{% endif %}
{% endblock content %}