{extends "idf/admin/base.html"} {block docclass}yui-t1{assign $inSource = true}{/block} {block body} {if $remote_svn and $form.errors}

{trans 'The form contains some errors. Please correct them to update the source configuration.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{if $remote_svn} {/if}
{trans 'Repository type:'} {$repository_type}
{trans 'Repository access:'} {$repository_access}
{$form.f.svn_username.labelTag}: {if $form.f.svn_username.errors}{$form.f.svn_username.fieldErrors}{/if} {$form.f.svn_username|unsafe}
{$form.f.svn_password.labelTag}: {if $form.f.svn_password.errors}{$form.f.svn_password.fieldErrors}{/if} {$form.f.svn_password|unsafe}
 
{/block} {block context}

{blocktrans}You can find here the current repository configuration of your project.{/blocktrans}

{/block}