%rebase('layout', title=client.name, back_url=url_for('clients_list'))
%# Everything this customer touches, in the order it matters commercially: %# what we might win, what we're building, who promised what, what we %# decided, what we said. Capture's payoff is that this section fills in.

Opportunities

%if opportunities: %else:

No open deals with this customer.

%end

Projects

%if projects: %else:

Nothing being delivered for them right now.

%end

Commitments

%if commitments: %else:

Nobody has promised them anything.

%end

Tasks

%if tasks: %else:

No tasks linked to this customer yet.

%end

Decisions

%if decisions: %else:

No decisions recorded about them.

%end

Notes

%if notes: %else:

No notes linked to them 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