srchub

srchub Git Source Tree


Root/indefero/src/IDF/templates/idf/gadmin/users/index.html

{extends "idf/gadmin/users/base.html"}

{block docclass}yui-t2{assign $inIndex=true}{/block}

{block body}
{$users.render}
{/block}
{block context}
<p>{trans 'Number of users:'} <strong>{$users.nb_items}</strong></p>
{aurl 'url', 'IDF_Views_Admin::usersNotValidated'}
<p class="helptext">{blocktrans}See <a href="{$url}">not validated users</a>.{/blocktrans}</p>
{aurl 'url', 'IDF_Views_Admin::usersInActive'}
<p class="helptext">See <a href="{$url}">inactive users</a>.</p><br>
{aurl 'url', 'IDF_Views_Admin::users'}
<p class="helptext">See <a href="{$url}">active users</a>.</p>
<div class="issue-submit-info">
{blocktrans}<p>You have here an overview of the users registered in the forge.</p>{/blocktrans}
</div>
{/block}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08405s using 11 queries.