${for item in meta:}$
${:endfor}$
${pos1=1}$ ${for title in meta.titles():}$ ${if pos1:}$
${print(title)}$
${:else:}$
${print(title)}$
${:endif}$ ${pos1=0}$ ${:endfor}$
${print(', '.join(meta.creators()))}$
${if has_toc:}$
${print(_('Table of contents'))}$
${toc}$
${:else:}$
${print(_('No table of contents present'))}$
${print(_('begin to read'))}$
${:endif}$
${if nextLink:}$
${print(_('next page'))}$
${:endif}$