15 lines
495 B
HTML
15 lines
495 B
HTML
{extends "idf/gadmin/base.html"}
|
|
{block docclass}yui-t2{/block}
|
|
{block tabhome} class="active"{/block}
|
|
{block subtabs}
|
|
{trans 'Welcome'}
|
|
{/block}
|
|
{block body}
|
|
<p>{blocktrans}You have here access to the administration of the forge.{/blocktrans}</p>
|
|
{/block}
|
|
{block context}
|
|
|
|
{/block}
|
|
|
|
{block foot}<div id="branding">Powered by <a href="http://www.indefero.net" title="InDefero, bug tracking and more">InDefero</a>,<br />a <a href="http://www.ceondo.com">Céondo Ltd</a> initiative.</div>{/block}
|