From 5e3a4c12d78c52bb71aa5852d8a32500bf84ff3f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 21 Sep 2023 14:24:17 +0300 Subject: [PATCH] style fix --- .../templates/personal-data/record/record.tpl | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/client/res/templates/personal-data/record/record.tpl b/client/res/templates/personal-data/record/record.tpl index 1933883238..efa6d4690a 100644 --- a/client/res/templates/personal-data/record/record.tpl +++ b/client/res/templates/personal-data/record/record.tpl @@ -1,23 +1,25 @@ {{#if fieldDataList.length}} - - {{#if editAccess}} - - - - - - {{/if}} -{{#each fieldDataList}} - - {{#if ../editAccess}}{{/if}} - - - -{{/each}} -
{{#if editAccess}} - {{/if}}{{translate name category='fields' scope=../scope}} -
{{{var key ../this}}}
-
+
+ + {{#if editAccess}} + + + + + + {{/if}} + {{#each fieldDataList}} + + {{#if ../editAccess}}{{/if}} + + + + {{/each}} +
{{#if editAccess}} + {{/if}}{{translate name category='fields' scope=../scope}} +
{{{var key ../this}}}
+
+
{{else}} {{translate 'No Data'}} {{/if}}