{% extends "layout.html" %} {% import "_table_fragment.html" as tables %} {% block title %}{{ title }}{% endblock %} {% block content %} Work Log {{ title }} Save Start Timestamp End Timestamp Contact {% for contact in users %} {{ contact.full_name }} {% endfor %} Work Item {% for item in items %} {{ item.identifier }} {% endfor %} Complete? Follow Up? Quick Analysis? Notes {{ log.notes if log.notes else '' }} {% endblock %}