<%inherit file="/form.html" /> <%def name="title()"> Sohlenstruktur <%def name="navigation()"> ${self.navigation_bar(u'sohlenstruktur')} ${h.form(h.url_for(controller='sohlenstruktur', action='submit'), method='post')}
${self.stammdaten()}
Sohlenverbau ${self.single('sohlenverbau_id', c.sohlenverbau_opts)}
Zustand ${self.single('sohlenverbau_zustand_id', c.sohlenverbau_zustand_opts)}
Sohlensubstrat (in %) ${self.anzahl(c.sohlensubstrat_opts, postfix=c.sohlensubstrat_postfix)}
Anzahl besonderer Sohlenstrukturen ${self.anzahl(c.sohlen_strukturen_opts, postfix=c.sohlen_strukturen_postfix)}
Anzahl besonderer Belastungen Sohle ${self.anzahl(c.sohlen_belastungen_opts, postfix=c.sohlen_belastungen_postfix)}

${self.controls('querprofil', 'sohlenstruktur', 'uferstruktur')}