Name | +Phone Numbers | +Actions | +
---|---|---|
+ + {{ phoneRecord.recordName.vars.value | raw }} + | ++ {% for singleNumber in phoneRecord.phoneNumbers %} + {{ singleNumber.phoneNumber.vars.value }} + {% endfor %} + | + + + ++ Delete + | +
Found phone books:
++ {{ file.name }} + | ++ {{ file.modified }} + | +
Create new phone book now
+ {{ form_start(newFileForm, {'method': 'POST', 'action' : url('source_new'), 'role': 'form', } + ) }} + + {{ form_errors(newFileForm) }} + +Upload my phone book file
+ {{ form_start(uploadFileForm, {'method': 'POST', 'action' : url('source_upload'), 'role': 'form', 'attr' : {'class':'form-horizontal' } } ) }} + + {{ form_errors(uploadFileForm) }} +Your phone book has to be *.xml file.
+