| 43 <c:if test="${not empty viewmodel.users}"> |
43 <c:if test="${not empty viewmodel.users}"> |
| 44 <table class="datatable medskip"> |
44 <table class="datatable medskip"> |
| 45 <thead> |
45 <thead> |
| 46 <tr> |
46 <tr> |
| 47 <th></th> |
47 <th></th> |
| 48 <th><fmt:message key="displayname"/></th> |
48 <th><fmt:message key="user.displayname"/></th> |
| 49 </tr> |
49 </tr> |
| 50 </thead> |
50 </thead> |
| 51 <tbody> |
51 <tbody> |
| 52 <c:forEach var="user" items="${viewmodel.users}"> |
52 <c:forEach var="user" items="${viewmodel.users}"> |
| 53 <tr> |
53 <tr> |