%rebase('layout', title=client.name, back_url=url_for('clients_list'))

Tasks

%if tasks: %else:

No tasks linked to this client yet.

%end

Attachments

%if attachments: %end

Comments

%for c in comments:
{{(c.author.name or "?")[0].upper()}}{{c.author.name}} · {{c.created_at.strftime('%b %d, %Y %H:%M')}}
{{c.body}}
%if c.author_id == current_user().id:
%end
%end

Activity