mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
18 lines
466 B
Text
18 lines
466 B
Text
template(name="accessibilityHeaderBar")
|
|
if currentUser
|
|
h1
|
|
if isAccessibilityEnabled
|
|
= accessibilityTitle
|
|
else
|
|
| {{_ 'accessibility'}}
|
|
|
|
template(name="accessibility")
|
|
if currentUser
|
|
.accessibility-page
|
|
if isAccessibilityEnabled
|
|
.accessibility-page-content
|
|
+viewer
|
|
| {{accessibilityContent}}
|
|
else
|
|
.accessibility-page-content
|
|
| {{_ 'accessibility-info-not-added-yet'}}
|