{% extends "layout.html" %} {% import 'macros.html' as macros %} {% block heading %} {% endblock heading %} {% block content %}
Description | Project | Tags | Due | Priority | |
---|---|---|---|---|---|
{{ task.description|urlize }}
{% if task.annotations %}
|
{% if task.project %}{{ task.project }}{% endif %} | {% for tag in task.tags %} {{ tag }}{% endfor %} | {% if task.due %}{{ task.due.strftime('%Y-%m-%d') }}{% endif %} | {% if task.priority %}{{ task.priority }}{% endif %} |