diff --git a/pylons_app/templates/files/files.html b/pylons_app/templates/files/files.html
--- a/pylons_app/templates/files/files.html
+++ b/pylons_app/templates/files/files.html
@@ -28,11 +28,16 @@
${_('Files')}
+ %if c.files_list:
${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.files_list.path)}
%if c.files_list.is_dir():
<%include file='files_browser.html'/>
%else:
<%include file='files_source.html'/>
- %endif
+ %endif
+ %else:
+ ${_('No files')}
+ %endif
+
%def>
\ No newline at end of file