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

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

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


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