# -*- coding: utf-8 -*- <%inherit file="jm2l:templates/layout.mako"/> <%namespace name="helpers" file="jm2l:templates/helpers.mako"/> <%def name="jsAddOn()"> <%def name="cssAddOn()">
Retour à la liste % if 'uid' in form._fields.keys(): Supprimer ce pôle

Editer un Pôle

% else:

Ajouter un Pôle

%endif <% DicForm = { 'name': {'PlaceHolder':u"Nom du Pôle", "FieldStyle":"width:90%;" }, 'description': {'PlaceHolder':u"Description", "FieldStyle":"width:95%;min-height:150px;", "ckeditor":"1" }, } %> % if 'uid' in form._fields.keys():
${form.uid()} %else: %endif ${helpers.DisplayForm(form, DicForm)}
% if 'uid' in form._fields.keys():
${helpers.uploader("poles", form.uid.data, u"Attachement" )}
%endif