{{extend 'layout.html'}} {{if len(list) > 0:}} {{if _user is not None and _user.is_logged:}} {{if current._government.check_configuration('project', 'join', 'enabled', application='project'):}}

{{=T('If you want to apply for registration in a public project, click the following link')}}: {{=T('Registration')}}

{{pass}} {{pass}} {{for project in list:}}

{{=project.type}} {{=project.title}}

{{=project.leader}} <{{=project.leader_email}}> {{=T('Start Date')}}: {{=project.start}} {{=T('End Date')}}: {{=project.end}}

{{=T('Resume')}} {{for item in project.services:}} {{if item.type == 'external':}} {{=item.name}} {{elif item.type == 'server':}} {{=item.name}} {{else:}} {{=item.name}} {{pass}} {{pass}}

{{pass}} {{else:}}

{{=T('Open Projects')}}

{{=T('No public projects yet')}}

{{pass}}