===== Views ===== Folgende Änderungen können nun in ``browser/registrant.py`` hinzugefügt werden:: from zope.component import getUtility ... @memoize def registrations(self): context = aq_inner(self.context) registrations = getUtility(IRegistrations) return registrations.registrations_for_registrant(context) und in ``browser/registrant.pt``::

Registrated at