## -*- coding: utf-8 -*- <%inherit file="main.mako" /> <%! import mpulsweb.lib.helper.filters as F %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
${_('This page shows the main worker of a case document and his or her standin')}
${_('Lastname')} | ${c.editor.last_name | F.NA} |
${_('Firstname')} | ${c.editor.first_name | F.NA} |
${_('Phone')} | ${c.editor.telephone | F.NA} |
${_('Editor')} |
---|
${group.name | F.NA} |
${group.name | F.NA} |