-
- | {$langs->trans('Label')} |
- {$langs->trans('Description')} |
- {$langs->trans('Name')} |
- {$langs->trans('Town')} |
- {$langs->trans('Country')} |
- {$langs->trans('Currency')} |
- {$langs->trans('Visible')} |
- {$langs->trans('Status')} |
- |
-
-{section name=mc loop=$entities}
-{strip}
-
- | {$entities[mc].label} |
- {$entities[mc].description} |
- {$entities[mc].details.MAIN_INFO_SOCIETE_NOM} |
- {$entities[mc].details.MAIN_INFO_SOCIETE_VILLE} |
- {$entities[mc].details.MAIN_INFO_SOCIETE_PAYS} |
- {$entities[mc].details.MAIN_MONNAIE} |
-
-
- {if $entities[mc].visible}
- {$img_on}
- {else}
- {if $entities[mc].active}
- {$img_off}
- {else}
- {$img_off}
- {/if}
- {/if}
-
- |
-
-
- {if $entities[mc].active}
- {$img_on}
- {else}
- {$img_off}
- {/if}
-
- |
-
- {$img_modify}
- |
-
- {$img_delete}
- |
-
-{/strip}
-{/section}
-
-