]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/groupeditor.tpl
added curly braces + space
[friendica.git] / view / templates / groupeditor.tpl
index 4fad30d5a3d8c43de1198752405744e18a3386a1..86458ded2e0d81c0151cd3b5b27ee7a3481250b4 100644 (file)
@@ -1,12 +1,12 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 <div id="group">
 <h3>{{$groupeditor.label_members}}</h3>
 <div id="group-members" class="contact_list">
-{{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}}
+{{if $groupeditor.members }}
+       {{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}}
+{{else}}
+{{$groupeditor.group_is_empty}}
+{{/if}}
 </div>
 <div id="group-members-end"></div>
 <hr id="group-separator" />