%inherit file="/base/index.html" /> <%namespace file="/base/formViews.html" name="formViews" import="*"/> <%namespace file="/base/javascriptDefs.html" name="javascriptDefs" import="*"/> <%def name="heading()">%def> <% allByOLURL = url(controller='dictionary', action='browse', id='1000000_ol', anchor='hl') allByMLURL = url(controller='dictionary', action='browse', id='1000000_ml', anchor='hl') %>
% if c.OLOrthographyTable: ${c.OLOrthographyTable} % else: Please specify an orthography in the application settings % endif % if c.MLOrthographyTable: ${c.MLOrthographyTable} % else: Please specify an orthography in the application settings % endif % if hasattr(c, 'headChar'): % if c.headChar: % else: % endif % endif % if hasattr(c, 'wordList'): % for form in c.wordList: ${formViews.dictionaryView(form, languageToSortBy)} % endfor % endif