diff --git a/Resources/views/bootstrap_3_tab_layout.html.twig b/Resources/views/bootstrap_3_tab_layout.html.twig
index 24f069d..fdce39b 100644
--- a/Resources/views/bootstrap_3_tab_layout.html.twig
+++ b/Resources/views/bootstrap_3_tab_layout.html.twig
@@ -1,15 +1,17 @@
{% block translations_row %}
{{ form_label(form) }}
-
- {{ block('nav_tabs') }}
-
- {{ block('tab_contents') }}
-
+ {{ form_widget(form) }}
{{ form_errors(form) }}
{% endblock %}
+{% block translations_widget %}
+ {{ block('nav_tabs') }}
+
+ {{ block('tab_contents') }}
+{% endblock %}
+
{% block nav_tabs %}
{% for key, child in form %}
@@ -37,6 +30,15 @@
{{ form_errors(form) }}
{% endblock %}
+{% block nav_tab %}
+
+
+ {{ form_label(child) }}
+
+
+{% endblock %}
+
{% block tab_content %}
{{ form_widget(child) }}