{% extends "base.html" %} {% from "components/ui.html" import confirm_dialog %} {% block content %}
Task details and history.
| Date | Duration | User | Notes | Actions |
|---|---|---|---|---|
| {{ entry.start_time|user_date('%Y-%m-%d') }} | {{ entry.duration_formatted }} | {{ entry.user.display_name }} | {% if entry.notes %}{{ entry.notes[:40] }}{% if entry.notes|length > 40 %}...{% endif %}{% else %}-{% endif %} | |
| No time has been logged for this task. | ||||
{{ task.status_display }}
{{ task.priority_display }}
{{ task.project.name }} {% if task.project.code_display %} {{ task.project.code_display }} {% endif %}
{{ task.assigned_user.display_name }}
{{ task.due_date.strftime('%Y-%m-%d') }}