<%= tag.legend "Propriétés de l'Agent" %>
<%= f.label :name %>
<%= f.text_field :name, maxlength: 64, placeholder: 'incommon' %>
hint: this must match a group name on talk.incommon.cc
<%= f.label :summary %>
<%= f.text_field :summary, maxlength: 136, placeholder: 'Default Agent' %>
<%= f.label :description %>
<%= f.text_area :description, cols: 72, rows: 10, spellcheck: true, placeholder: '## IN COMMON Default Agent La description _peut_ comporter du [Markdown]. [Markdown]: https://www.markdownguide.org/getting-started/' %>

<%= f.submit 'Save' %>