BioTorrents.de’s version of Gazelle
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.

edit-secondary-class.twig 400B

12345678910
  1. <tr>
  2. <td class="label">Secondary classes:</td>
  3. <td>
  4. {% for p in permission %}
  5. <input type="checkbox" id="perm_{{ p.permId }}" name="secondary_classes[]" value="{{ p.permId }}"{{ p.isSet|checked }}
  6. />&nbsp;<label for="perm_{{ p.permId }}" style="margin-right: 10px;">{{ p.permName }}</label>
  7. {{ cycle(['', '', '<br />' ], loop.index0) | raw }}
  8. {% endfor %}
  9. </td>
  10. </tr>