## -*- coding: utf-8 -*- <%inherit file="main.mako" /> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Document overview')}
  • ${_('Rename document')}

    ${h.form(h.url(controller="casedocument", action='renameAction', id= c.id), multipart=True)}

    % if g.mpuls_config.is_enabled("module", "documents-description"): % endif


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