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}}