+ def as_table(self):
+ return self._html_output(
+ u'<tr><th>%(label)s' + ('<br /><a class="fieldtool context" href="#">%s</a><span class="sep">|</span><a class="fieldtool default" href="#">%s</a></th>' % (
+ _('context'), _('default'))) + u'<td>%(errors)s%(field)s%(help_text)s</td>',
+ u'<tr><td colspan="2">%s</td></tr>', '</td></tr>', u'<br />%s', False)
+