@include 'layout/head.html'
@include 'layout/header.html'
%new_repo_title
@if ctx.form_error != ''
@ctx.form_error
@end
%new_repo_owner
*
@if selected_owner == ctx.user.username
@ctx.user.username
@else
@ctx.user.username
@end @for org in orgs @if selected_owner == org.name
@org.name
@else
@org.name
@end @end
/
%new_repo_name
*
%new_repo_description
%new_repo_optional
%new_repo_clone_url
%new_repo_clone_hint
%new_repo_import_issues
%new_repo_visibility
%new_repo_public
%new_repo_public_desc
%new_repo_private
%new_repo_private_desc
@js '/js/block-form.js' @include 'layout/footer.html'