serposcope.views.GroupController.groups.ftl.html Maven / Gradle / Ivy
The newest version!
<#assign sideMenu>
${i18n("label.groups")}
#assign>
<#import "../layout/root.ftl.html" as layout>
<@layout.rootLayout i18n("label.groups") "${sideMenu}" >
<#if h2warning?? && h2warning >
${i18n("groups.h2warning")}
#if>
${i18n("groups.uniqueKWnumber")} : ${search_count}
<#if user.isAdmin()>
#if>
#
${i18n("label.module")}
${i18n("label.name")}
<#list groups as group>
<#if user.isAdmin() >
#if>
${group.getModule()}
${group.getName()}
#list>
@>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy