## -*- coding: utf-8 -*- <%inherit file="../casemanagement/main.mako" /> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Selected case documents')}
  • ${_('Documents overview')}
  • ${_('Add attachment')}
  • ${_('Add new document')}

    Die Größe eines Dokuments darf nicht 10MB überschreiten.

    ${h.form(h.url_for(controller="casedocument", action='newAction'), multipart=True)}

    ${_('You can optional choose a alternative name for the file, so that you can add more versions of a document. If you choose no optional name, the name of the file is used.')}

    ${_('Overwrite')}

    ${_('Please note: you need to set Overwrite, if you want to overwrite a file with same name.')}

    ${h.hidden('case', value=session.get('case').id)} ${h.submit('upload', _('Submit'))}
    ${h.end_form()}