+
+ {if in_array($field.id, $enable)}
+ {$field.name}
+ {else}
+ {$field.name}
+ {/if}
+ |
+
+
+ {$field.id}
+ |
+
+
+ {foreach from=$exists item=exist key=key}
+ {if $field.id == $key}
+ {if $exist.adm}
+ Редактировать
+ {/if}
+ {/if}
+ {/foreach}
+ |
+
+ {foreach from=$exists item=exist key=key}
+ {if $field.id == $key}
+ {if $exist.doc}
+ Редактировать
+ {/if}
+ {/if}
+ {/foreach}
+ |
+
+ {foreach from=$exists item=exist key=key}
+ {if $field.id == $key}
+ {if $exist.req}
+ Редактировать
+ {/if}
+ {/if}
+ {/foreach}
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+ {/foreach}
+