{{extend 'layout.html'}}

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


{{=T('Back')}}

{{=T('Flow')}}

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

{{=T('Flow Step')}}

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

{{=list_key_primary[item.key_primary]}}

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