%if c.file:

${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.changeset.raw_id,c.file.path)} %if c.annotate: - ${_('annotation')} %endif

%if c.file.is_dir(): <%include file='files_browser.html'/> %else: <%include file='files_source.html'/> %endif %else:

${_('Go back')} ${_('No files at given path')}: "${c.f_path or "/"}"

%endif