{% extends 'base.html' %} {% import 'utils.html' as util with context %} {% block body %}
{{ util.mini_user_card(request.user) }} Recent Challenges {% if stream %} {{ util.challenge_stream(stream) }} {% else %}

There are no challenges at this time.

{% endif %}
{% endblock %}