Root/
1 2 3 4 5 6 7 | {extends "idf/gadmin/base.html"} {block tabprojects} class="active"{/block} {block subtabs} < a {if $inIndex} class = "active" {/if} href = "{url 'IDF_Views_Admin::projects'}" >{trans 'Project List'}</ a > | < a {if $inLabels} class = "active" {/if} href = "{url 'IDF_Views_Admin::projectLabels'}" >{trans 'Project Labels'}</ a > | < a {if $inCreate} class = "active" {/if} href = "{url 'IDF_Views_Admin::projectCreate'}" >{trans 'Create Project'}</ a > {if $project} | < a href = "{url 'IDF_Views_Project::admin', array($project.shortname)}" >{trans 'Change Project Details'}</ a >{/if} {/block} |