%rebase('layout', title=project.name, back_url=url_for('projects_list'))

Tasks · {{progress['open']}} of {{progress['total']}} left

%if tasks: %else:

No tasks on this project yet.

%end

Commitments

%if commitments: %else:

Nobody has promised anything on this project.

%end

Where it came from

%if notes: %else:

Not linked to a note 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