{% extends "base.html" %}
{% load form_helpers %}
{% block content %}
{% if can_claim %}
Propose a claim to work on this task.
{% endif %}
{% if old_claims %}
List of all the claims for the task {{task.title}}
{% for claim in old_claims %}