Members.html 515 B

1234567891011121314151617
  1. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  2. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  3. <f:comment><!-- uses the layout Members, defined in layouts/[templateName]/Members.html --></f:comment>
  4. <f:layout name="{settings.template}/Members" />
  5. <f:section name='Configuration'>
  6. <flux:form id="members" label="Gabarit Adherents" extensionName="Opentalent.OtTemplating">
  7. </flux:form>
  8. <!-- Backend layout grid -->
  9. <flux:grid>
  10. <flux:grid.row>
  11. </flux:grid.row>
  12. </flux:grid>
  13. </f:section>