@if (isMultiple()) {

Block {{ videos.length }} videos

} @if (!isMultiple()) { @if (!getSingleVideo().isLive) {

Block video "{{ getSingleVideo().name }}"

} @if (getSingleVideo().isLive) {

Block live "{{ getSingleVideo().name }}"

} }
@if (formErrors.reason) {
{{ formErrors.reason }}
}
@if (hasLocal()) {
@if (isMultiple()) { This will ask remote instances to delete local videos } @else { This will ask remote instances to delete this video }
} @if (hasLive()) { Blocking a live will automatically terminate the live stream. }