Back to Peertube

Instance About Accordion.Component

client/src/app/shared/shared-instance/instance-about-accordion.component.html

8.1.5644 B
Original Source

@if (displayInstanceName()) {

{{ about?.instance.name }}

} @if (displayInstanceShortDescription()) { {{ about?.instance.shortDescription }} } @if (panels().features) {

Features found on this instance

} @if (about) { @if (getAdministratorsPanel()) {

Administrators & Sustainability

Who are we?

How long do we plan to maintain this instance?

How will we finance this instance?

} @if (termsPanel) {

{{ getTermsTitle() }}

} @if (moderationPanel) {

Moderation information

} @if (codeOfConductPanel) {

Code of conduct

} @for (pluginPanel of pluginPanels; track pluginPanel) {

{{ pluginPanel.title }}

} }