{% extends "projector/home.html" %} {% load i18n %} {% block col_left %} {{ block.super }}
{{ project_list.count }} |
{% anchor name "Name" %} | {% anchor category Category %} | {% anchor author "Author" %} | {% anchor created_at "Created at" %} | {% anchor task__count "Task count" %} |
---|---|---|---|---|
{{ project.name }} | {{ project.category|default:"-" }} | {{ project.author }} | {{ project.created_at|date:"Y-m-d" }} | {{ project.task__count }} |