From 1297eb3fbb9b0487984ff4def41a978b1520979b Mon Sep 17 00:00:00 2001 From: Silversthorn Date: Sat, 5 Mar 2022 14:10:23 +0100 Subject: [PATCH] Format File --- app/frontend/templates/panel/credits.html | 50 +++++++---------------- 1 file changed, 15 insertions(+), 35 deletions(-) diff --git a/app/frontend/templates/panel/credits.html b/app/frontend/templates/panel/credits.html index fa874244..57e5bfe6 100644 --- a/app/frontend/templates/panel/credits.html +++ b/app/frontend/templates/panel/credits.html @@ -24,8 +24,7 @@
-

 {{ translate('credits', 'developmentTeam', - data['lang']) }}

+

 {{ translate('credits', 'developmentTeam', data['lang']) }}

@@ -67,16 +66,14 @@ {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] - }} + {{ person['tags'][1][0] }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} - {{ - person['tags'][2][0] }} + {{ person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} @@ -146,16 +143,14 @@ {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] - }} + {{ person['tags'][1][0] }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} - {{ - person['tags'][2][0] }} + {{ person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} @@ -182,8 +177,7 @@
-

 {{ translate('credits', 'retiredStaff', - data['lang']) }}

+

 {{ translate('credits', 'retiredStaff', data['lang']) }}

@@ -224,16 +218,14 @@ {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] - }} + {{ person['tags'][1][0] }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} - {{ - person['tags'][2][0] }} + {{ person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} @@ -269,11 +261,7 @@

{{ translate('credits', 'hugeDesc', data['lang']) }} - {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', - 'patreonDesc', - data['lang']) }} | {{ translate('credits', 'patreonUpdate', data['lang']) }} - {{ - data["lastUpdate"] }} + {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', 'patreonDesc', data['lang']) }} | {{ translate('credits', 'patreonUpdate', data['lang']) }} {{ data["lastUpdate"] }}

@@ -288,18 +276,13 @@ @@ -314,14 +297,11 @@
-

{{ translate('credits', 'translationTitle', - data['lang']) - }}

+

{{ translate('credits', 'translationTitle', data['lang']) }}

{{ translate('credits', 'hugeDesc', data['lang']) }} - {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', - 'translationDesc', data['lang']) }} + {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', 'translationDesc', data['lang']) }}

{{ pat["name"] }} {% if pat["level"] == "Crafty Sustainer" %} - {{ translate('credits', 'patreonSustainer', data['lang']) - }} + {{ translate('credits', 'patreonSustainer', data['lang']) }} {% elif pat["level"] == "Crafty Advocate" %} - {{ translate('credits', 'patreonAdvocate', data['lang']) - }} + {{ translate('credits', 'patreonAdvocate', data['lang']) }} {% elif pat["level"] == "Crafty Supporter" %} - {{ translate('credits', 'patreonSubs', - data['lang']) - }} + {{ translate('credits', 'patreonSubs', data['lang']) }} {% else %} - {{ translate('credits', 'patreonOther', data['lang']) - }} + {{ translate('credits', 'patreonOther', data['lang']) }} {% end %}