diff --git a/group_app/templates/group_app/ext.html b/group_app/templates/group_app/ext.html
index 48956ea..81e9574 100644
--- a/group_app/templates/group_app/ext.html
+++ b/group_app/templates/group_app/ext.html
@@ -1,6 +1,7 @@
{% extends request.is_ajax|yesno:'bajax.html,base.html' %}
{% load i18n %}
+{% block title %}{% trans 'Groups' %}{% endblock %}
{% block breadcrumb %}
@@ -22,4 +23,4 @@
{% block content %}{% endblock %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/group_app/templates/group_app/group_list.html b/group_app/templates/group_app/group_list.html
index 81c2b71..30e3e43 100644
--- a/group_app/templates/group_app/group_list.html
+++ b/group_app/templates/group_app/group_list.html
@@ -1,6 +1,8 @@
{% extends 'base.html' %}
{% load i18n dpagination%}
+{% block title %}{% trans 'Groups' %}{% endblock %}
+
{% block breadcrumb %}