pytask/templates/task/claim.html
changeset 141 ed2dadfc829a
parent 124 070f01dd7d8e
equal deleted inserted replaced
140:8fcde6f8f750 141:ed2dadfc829a
     5     {% endif %}
     5     {% endif %}
     6     {% if old_claims %}
     6     {% if old_claims %}
     7         List of all the claims for the task <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a><br />
     7         List of all the claims for the task <a href="/task/view/tid={{task.uniq_key}}">{{task.title}}</a><br />
     8         {% for claim in old_claims %}
     8         {% for claim in old_claims %}
     9             <hr />
     9             <hr />
    10             <a href="/user/view/uid={{claim.claimed_by.id}}">{{claim.claimed_by.username}}</a>
    10             <a href="/profile/user/view/uid={{claim.claimed_by.id}}">{{claim.claimed_by.username}}</a>
    11             on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:<br />
    11             on {{claim.claim_datetime|date:"D d M Y"}} at {{claim.claim_datetime|time:"H:i"}} wrote:<br />
    12             {{claim.proposal|linebreaksbr}}<br />
    12             {{claim.proposal|linebreaksbr}}<br />
    13         {% endfor %}
    13         {% endfor %}
    14     {% else %}
    14     {% else %}
    15         {% if task_claimable %}
    15         {% if task_claimable %}