pytask/templates/task/claim.html
changeset 503 a3e85fd764c7
parent 435 1217d808d70f
child 504 3b78ea899168
equal deleted inserted replaced
502:1e5df997eb01 503:a3e85fd764c7
     8     {% endif %}
     8     {% endif %}
     9     {% if old_claims %}
     9     {% if old_claims %}
    10         List of all the claims for the task <a href="{% url view_task task.id %}">{{task.title}}</a><br />
    10         List of all the claims for the task <a href="{% url view_task task.id %}">{{task.title}}</a><br />
    11         {% for claim in old_claims %}
    11         {% for claim in old_claims %}
    12             <hr />
    12             <hr />
    13             <a href="{% url view_profile claim.claimed_by.id %}">{{claim.claimed_by.username}}</a>
    13             <a href="{% url view_user_profile claim.claimed_by.id %}">{{claim.claimed_by.username}}</a>
    14             on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:<br />
    14             on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:<br />
    15             {{claim.proposal|linebreaksbr}}<br />
    15             {{claim.proposal|linebreaksbr}}<br />
    16         {% endfor %}
    16         {% endfor %}
    17     {% else %}
    17     {% else %}
    18         {% if task_claimable %}
    18         {% if task_claimable %}