{% load i18n %} {% if can_edit %}
{% csrf_token %}
{% else %} {% if task.status == 'completed' %} {% else %} {% endif %} {% endif %}
{{ task.title }} {% if task.description %} {{ task.description }} {% endif %}
{% if task.assigned_to %}
{{ task.assigned_to.get_full_name|first }}
{{ task.assigned_to.get_full_name }}
{% else %} {% endif %} {% if task.due_date %} {{ task.due_date|date:"M d, Y" }} {% else %} {% endif %} {{ task.get_status_display }} {% if can_edit %}
{% endif %}