{% extends 'base.html' %}
{% block content %}
    {% if user_can_claim %}
        Propose a claim to work on this task.learn more
    {% endif %}
    {% if claims %}
        List of all the claims for the task {{task.title}}
        {% for claim in claims %}