+
+ {{if current.menu.options is not None:}} + {{=T("Show Options")}} + +
+ {{else:}} +
+ {{pass}} +
+
+ {{if response.error:}}
{{=response.error}}
{{pass}} + {{if response.warning:}}
{{=response.warning}}
{{pass}} + {{if response.information:}}
{{=response.information}}
{{pass}} + {{if response.confirmation:}}
{{=response.confirmation}}
{{pass}} + {{if response.flash:}}
{{=response.flash}}
{{pass}} +
+
+ {{#include "breadcrumbs.html"}} + {{include}} +
+
+