{{template "repo/header" .}}
{{template "base/alert" .}}
{{.CsrfTokenHtml}} {{template "repo/editor/common_top" .}}
{{template "repo/editor/common_breadcrumb" .}}
{{if not .NotEditableReason}} {{else}}

{{.NotEditableReason}}

{{ctx.Locale.Tr "repo.editor.file_not_editable_hint"}}

{{end}} {{template "repo/editor/commit_form" .}}