diff --git a/Resources/views/Editor/index.html.twig b/Resources/views/Editor/index.html.twig
index 8a851bf..538e81a 100755
--- a/Resources/views/Editor/index.html.twig
+++ b/Resources/views/Editor/index.html.twig
@@ -1,6 +1,7 @@
{% extends "ServerGroveTranslationEditorBundle::layout.html.twig" %}
{% block sidebar %}
+
-
+
@@ -29,62 +27,69 @@
-
+
-
-
-
-
-
-
-
-
Available Locales
+
+
-
+
+
+
+
+
+
Available Locales
+
+
+ {% for locale in localeList %}
+ -
+
+ {{locale}}
+ {% if locale == defaultLocale %}Default{%endif%}
+
+ {% endfor %}
+
+
- {% block sidebar %}
- {% endblock %}
+ {% block sidebar %}
+ {% endblock %}
-
-
- {% block body %}
- {% endblock %}
+
+
-
-
+
+ {% block body %}
+ {% endblock %}
+