diff --git a/templates/accounts/group_edit.html b/templates/accounts/group_edit.html
index 1655af1..4c2651b 100644
--- a/templates/accounts/group_edit.html
+++ b/templates/accounts/group_edit.html
@@ -6,6 +6,12 @@
{% block grouptab %} class="active"{% endblock %}
+{% block moretabs %}
+{% if group %}
+Add group
+{% endif %}
+{% endblock %}
+
{% block tabcontent %}
diff --git a/templates/accounts/team_edit.html b/templates/accounts/team_edit.html
index df824ed..f5a839a 100644
--- a/templates/accounts/team_edit.html
+++ b/templates/accounts/team_edit.html
@@ -6,6 +6,12 @@
{% block teamtab %} class="active"{% endblock %}
+{% block moretabs %}
+{% if team %}
+
Add team
+{% endif %}
+{% endblock %}
+
{% block tabcontent %}
diff --git a/templates/accounts/user_edit.html b/templates/accounts/user_edit.html
index 465d194..f100f49 100644
--- a/templates/accounts/user_edit.html
+++ b/templates/accounts/user_edit.html
@@ -6,6 +6,12 @@
{% block usertab %} class="active"{% endblock %}
+{% block moretabs %}
+{% if user %}
+
Add user
+{% endif %}
+{% endblock %}
+
{% block tabcontent %}
diff --git a/templates/accounts/user_list.html b/templates/accounts/user_list.html
index caad3b5..979adf7 100644
--- a/templates/accounts/user_list.html
+++ b/templates/accounts/user_list.html
@@ -8,9 +8,7 @@
{% block usertab %} class="active"{% endblock %}
{% block moretabs %}
-
+
Add user
{% endblock %}
{% block tabcontent %}
diff --git a/templates/permissions/global_perm_edit.html b/templates/permissions/global_perm_edit.html
index 451cd20..5a5f7b1 100644
--- a/templates/permissions/global_perm_edit.html
+++ b/templates/permissions/global_perm_edit.html
@@ -8,7 +8,9 @@
{% block permtab %} class="active"{% endblock %}
{% block moretabs %}
-
Add permission
+{% if permission %}
+
Add permission
+{% endif %}
{% endblock %}
{% block tabcontent %}
diff --git a/templates/permissions/project_perm_edit.html b/templates/permissions/project_perm_edit.html
index 3bca1b5..e77c691 100644
--- a/templates/permissions/project_perm_edit.html
+++ b/templates/permissions/project_perm_edit.html
@@ -7,9 +7,9 @@
{% block moretabs %}
Permissions
-
+ {% if permission %}
+
Add permission
+ {% endif %}
{% endblock %}
{% block tabcontent %}
diff --git a/templates/tracker/issue_base.html b/templates/tracker/issue_base.html
index eb486c4..db73344 100644
--- a/templates/tracker/issue_base.html
+++ b/templates/tracker/issue_base.html
@@ -9,6 +9,8 @@
Close
All
+ {% if perm.create_issue %}
New issue
+ {% endif %}
{% endblock %}
diff --git a/templates/tracker/label_edit.html b/templates/tracker/label_edit.html
index 41e653a..0ee09d8 100644
--- a/templates/tracker/label_edit.html
+++ b/templates/tracker/label_edit.html
@@ -4,6 +4,12 @@
{% block labeltab %} class="active"{% endblock %}
+{% block moretabs %}
+{% if label %}
+
New label
+{% endif %}
+{% endblock %}
+
{% block tabcontent %}
diff --git a/templates/tracker/label_list.html b/templates/tracker/label_list.html
index 88f22ec..c27bf26 100644
--- a/templates/tracker/label_list.html
+++ b/templates/tracker/label_list.html
@@ -6,9 +6,7 @@
{% if perm.manage_tags %}
{% block moretabs %}
-
+
New label
{% endblock %}
{% endif %}
diff --git a/templates/tracker/milestone_edit.html b/templates/tracker/milestone_edit.html
index df52628..780691f 100644
--- a/templates/tracker/milestone_edit.html
+++ b/templates/tracker/milestone_edit.html
@@ -6,9 +6,11 @@
{% block moretabs %}