if ($institute): ?>
= _('Mitarbeiterinnen und Mitarbeiter') ?>
foreach ($structure as $key => $field): ?>
if ($key !== 'statusgruppe'): ?>
style="width: = htmlReady($field['width']) ?>px" endif ?>>
endif; ?>
endforeach; ?>
foreach ($structure as $key => $field): ?>
| if (!empty($field['colspan'])): ?>colspan="= $field['colspan'] ?>" endif; ?>>
if (!empty($field['link'])): ?>
= htmlReady($field['name']) ?>
else: ?>
= htmlReady($field['name']) ?>
endif; ?>
|
endforeach; ?>
foreach ($display_tables as $variables): ?>
= $this->render_partial('institute/members/_table_body', $variables) ?>
endforeach; ?>
endif; ?>