{% extends "base.html" %} {% load url %} {% load static %} {% block title %} Challenges - {{ block.super }} {% endblock %} {% block content %}
Host your own Challenge
{% if perms.challenges.change_challengerequest %} Challenge Requests {% endif %}
{% include "grandchallenge/partials/filters.html" with filter=filter filters_applied=filters_applied %} {% include "grandchallenge/partials/cards.html" with page_obj=page_obj %} {% include "grandchallenge/partials/pagination.html" %} {% include "grandchallenge/partials/cards_info_modal.html" %} {% endblock %} {% block script %} {{ block.super }} {% endblock %}