{% extends 'user/view/base.html' %}
{% import 'utils.html' as util with context %}
{% block stream %}
{{ stream.item_count|pluralize('challenge', 'challenges') }}
{% if stream %}
{{ util.challenge_stream(stream) }}
{{ util.pagination(stream) }}
{% endif %}
{% endblock %}