{{'urlshortener' | i18n}}

@if (shortenedUrls) {
{{'urlshortener.search' | i18n}}
{{'urlshortener.share' | i18n}} share {{'urlshortener.link' | i18n}} @if (shortenedUrl.password) { vpn_key } {{ shortenedUrl.link }} open_in_new {{'urlshortener.note' | i18n}} {{shortenedUrl.note}} {{'urlshortener.url' | i18n}} {{ shortenedUrl.url }} open_in_new {{'urlshortener.expires' | i18n}} {{ shortenedUrl.expires | datef:datetimeformat}} {{'urlshortener.edit' | i18n}} edit {{'urlshortener.delete' | i18n}} delete
}

{{'urlshortener.info' | i18n}}

@if (!shortenedUrlQuota) {

{{'urlshortener.noQuota' | i18n}}

} @if (shortenedUrlQuota) {

{{'urlshortener.left' | i18n:shortenedUrlQuota}}

{{'urlshortener.url' | i18n}} {{'urlshortener.error.url' | i18n}} {{'urlshortener.note' | i18n}} {{'urlshortener.error.note' | i18n}} {{'urlshortener.advanced' | i18n}} {{'password' | i18n}} @for (error of form.get('password').errors | keyvalue; track error) {
{{'password.error.' + error.key | i18n}}
}
{{'password.confirm' | i18n}} {{'password.not-match' | i18n}} {{'urlshortener.expires' | i18n}} {{'urlshortener.error.expires' | i18n}} {{'urlshortener.queryParameters' | i18n}} info {{'urlshortener.code' | i18n}} {{'urlshortener.error.code' | i18n}}
}
@if (shortenedUrlQuota && !working) { } contact_support