diff --git a/paramecio/citoplasma/templates/utils/translations.phtml b/paramecio/citoplasma/templates/utils/translations.phtml new file mode 100644 index 0000000..4f13670 --- /dev/null +++ b/paramecio/citoplasma/templates/utils/translations.phtml @@ -0,0 +1,61 @@ +

+

+ ${lang('admin', 'modules', 'Modules')} + ${form_module.form()|n} + +
+ +
+% if len(arr_i18n_form): + +

+ + % for i18n_form in arr_i18n_form: + +

${i18n_form.form()|n}

+ + % endfor + +

+ +% endif +${csrf_token("csrf_token")|n} +
+

+ +