{% extends "base.html" %} {% load url %} {% load meta_attr %} {% block title %}Reader Studies - {{ block.super }}{% endblock %} {% block content %} {% if perms.reader_studies.add_readerstudy %}

Add a new reader study

{% 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" %} {% endblock %}