{% extends 'core/base.html' %} {% load staticfiles %} {% block breadcrumb %}
User | Assigned Projects | Tasks | Assigned Tasks | Activity | |
---|---|---|---|---|---|
|
{% if user1.user.get_full_name %}
{{ user1.user.get_full_name }}{% if user1.user.is_staff %} staff {% endif %}
{% else %}
{{ user1.user.username }}{% if user1.user.is_staff %} staff {% endif %}
{% endif %}
Joined: | {{ user1.user.date_joined }}
|
{{ user1.user.project_set.all.count }} |
{% widthratio user1.user.task_set.values.count tasks.count 100 %}%
of total tasks
|
{{ user1.user.task_set.values.count }} |
Last login
{{ user1.user.last_login }}
|