{{extend 'default.mobile/layout.html'}} {{ def shortcut(combo, description): return XML('
  • %s %s
  • ' % (combo, description)) }} {{if TEXT_EDITOR == 'amy':}} {{include 'default/amy_ajax.html'}} {{else:}} {{pass}} {{block sectionclass}}edit {{filename}}{{end}} {{if functions:}}

    {{=B(T('exposes:'))}}{{=XML(', '.join([A(f,_href=URL(a=app,c=controller,f=f)).xml() for f in functions]))}} {{if editviewlinks:}}
    {{=B(T('edit views:'))}} {{=XML(', '.join([v.xml() for v in editviewlinks]))}} {{pass}}

    {{pass}}
    {{=IMG(_src=URL('static', 'images/save_icon.png'), _alt=T('Save'))}} {{=T('Saved file hash:')}} {{=T('Last saved on:')}} {{if TEXT_EDITOR=='amy':}} {{else:}} {{pass}}