{extends "idf/admin/base.html"} {block docclass}yui-t1{assign $inSource = true}{/block} {block body} {if $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}
{$form.f.scm.labelTag}: {if $form.f.scm.errors}{$form.f.scm.fieldErrors}{/if} {$form.f.scm|unsafe}
{$form.f.svn_remote_url.labelTag}: {if $form.f.svn_remote_url.errors}{$form.f.svn_remote_url.fieldErrors}{/if} {$form.f.svn_remote_url|unsafe}
{$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}

{trans 'Instructions:'}

{blocktrans}You can select the type of repository you want. In the case of subversion, you can use optionally a remote repository instead of the local one.{/blocktrans}

{/block}