{{extend 'layout.html'}}

{{=T("Check project types, then drag de services into the project types")}}. [{{=T("The application auto-saves the changes")}}. {{=T("The position of the version boxes are not saved.")}}]


{{=T('Back')}}

{{=T('Project Type')}}

    {{for type in types:}}
  • {{=type.name}}
  • {{pass}}

{{=T('Service')}}

    {{for item in services:}}
  • {{=item.name}}
  • {{pass}}
{{for item in proposal_items:}}

{{=list_types[item.project_type]}}

    {{if len(item.services) == 0:}}
  1. {{=T("Add the functionalities here")}}
  2. {{else:}} {{for funct in item.services:}}
  3. {{=list_services[funct]}}
  4. {{pass}} {{pass}}
{{pass}}