diff --git a/templates/main/upload_users.html.ep b/templates/main/upload_users.html.ep index 343d3fd1a..fbb81a09f 100644 --- a/templates/main/upload_users.html.ep +++ b/templates/main/upload_users.html.ep @@ -60,16 +60,15 @@ % } else { -<%= $output->{users_found} %> <%=l 'users found in uploaded file' %>, -<%= $output->{users_added} %> <%=l 'created' %>. -% if (exists $output->{groups_found}) { -<%= $output->{groups_found} %> <%=l 'groups found in uploaded file' %>, -<%= $output->{groups_added} %> <%=l 'created' %>. -% } -% if (exists $output->{groups_removed}) { -<%= $output->{groups_removed} %> <%= l 'groups removed'%>. -% } - + <%= $output->{users_found} %> <%=l 'users found in uploaded file' %>, + <%= $output->{users_added} %> <%=l 'created' %>. +% if (exists $output->{groups_found}) { + <%= $output->{groups_found} %> <%=l 'groups found in uploaded file' %>, + <%= $output->{groups_added} %> <%=l 'created' %>. +% } +% if (exists $output->{groups_removed}) { + <%= $output->{groups_removed} %> <%= l 'groups removed'%>. +% }