You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
690 B

  1. ::use 'design.mtt'::
  2. <div class="col-md-12">
  3. <div class="article">
  4. <h3 ::cond title!=null::>::title::</h3>
  5. <p ::cond userSims!=null && userSims.length>0:: >
  6. <strong>::_("These persons are already in the database, but are not member of this group:")::</strong>
  7. <p>::foreach u userSims::
  8. ::u::<br/>
  9. ::end::
  10. </p>
  11. </p>
  12. <p ::cond userAmaps!=null && userAmaps.length>0:: >
  13. <strong>::_("These persons are already member of this group:")::</strong>
  14. <p>
  15. ::foreach u userAmaps::
  16. ::u::<br/>
  17. ::end::
  18. </p>
  19. </p>
  20. <div ::cond text!=null::>
  21. ::raw text::
  22. </div>
  23. ::if form != null::
  24. ::raw form::
  25. ::end::
  26. </div>
  27. </div>
  28. ::end::