diff --git a/rosetta/templates/rosetta/admin_index.html b/rosetta/templates/rosetta/admin_index.html
index 2e56f45..3939a86 100644
--- a/rosetta/templates/rosetta/admin_index.html
+++ b/rosetta/templates/rosetta/admin_index.html
@@ -7,11 +7,11 @@
diff --git a/rosetta/templates/rosetta/base.html b/rosetta/templates/rosetta/base.html
index 4666b5b..20d27b7 100644
--- a/rosetta/templates/rosetta/base.html
+++ b/rosetta/templates/rosetta/base.html
@@ -24,7 +24,7 @@
diff --git a/rosetta/templates/rosetta/languages.html b/rosetta/templates/rosetta/file-list.html
similarity index 75%
rename from rosetta/templates/rosetta/languages.html
rename to rosetta/templates/rosetta/file-list.html
index 085bf24..82f6bef 100644
--- a/rosetta/templates/rosetta/languages.html
+++ b/rosetta/templates/rosetta/file-list.html
@@ -4,7 +4,7 @@
{% block pagetitle %}{{block.super}} - {% trans "Language selection" %}{% endblock %}
{% block breadcumbs %}
-
+
{% if do_session_warn %}{% trans "Couldn't load the specified language file. This usually happens when using the Encrypted Cookies Session Storage backend on Django 1.4 or higher.
Setting ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' in your settings file should fix this." %}
{% endif %}
{% endblock %}
@@ -12,10 +12,10 @@
{% if has_pos %}
@@ -40,7 +40,7 @@
{% for app,path,po in pos %}
- | {{ app|title }} |
+ {{ app|title }} |
{{po.percent_translated}}% |
{% with po.untranslated_entries|length as len_untranslated_entries %}
{{po.translated_entries|length|add:len_untranslated_entries}} |
diff --git a/rosetta/templates/rosetta/pofile.html b/rosetta/templates/rosetta/form.html
similarity index 85%
rename from rosetta/templates/rosetta/pofile.html
rename to rosetta/templates/rosetta/form.html
index 773fda9..a0c7418 100644
--- a/rosetta/templates/rosetta/pofile.html
+++ b/rosetta/templates/rosetta/form.html
@@ -5,8 +5,8 @@
{{block.super}}