|
|
|
@ -12,20 +12,20 @@
|
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th scope="col">Nombre</th> |
|
|
|
|
<th scope="col">Descripción</th> |
|
|
|
|
<th scope="col">Cuentas</th> |
|
|
|
|
<th scope="col">GID</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
|
{{range .Data}} |
|
|
|
|
<tr> |
|
|
|
|
<th scope="row"><a href="/community/{{.Name}}">{{.Name}}</a></th> |
|
|
|
|
<td>{{.Description}}</a></th> |
|
|
|
|
<td> |
|
|
|
|
{{range .Members}} |
|
|
|
|
<a href="/users/{{.}}">{{.}}</a>, |
|
|
|
|
{{end}} |
|
|
|
|
</td> |
|
|
|
|
<td>{{.GID}}</a></th> |
|
|
|
|
</tr> |
|
|
|
|
{{end}} |
|
|
|
|
</tbody> |
|
|
|
|