{% load static %} {% load image_filter %} {% load round_to %} {% load humanize %} {% if jumbotron_title or jumbotron_background_url %}

{{ jumbotron_title|title }}

{{ jumbotron_description }}

{% if request.resolver_match.view_name == 'home' %}
{{ all_users.count|round_to:1000|floatformat:0|intcomma }}+ users
{{ all_challenges.count|intcomma }}  challenges
{{ all_algorithms.count|intcomma }}  algorithms
{% endif %}
{% endif %}