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.

form.twig 188B

1234567
  1. {% macro checked(flag) -%}
  2. {%- if flag %} checked="checked"{% endif -%}
  3. {%- endmacro %}
  4. {% macro selected(flag) -%}
  5. {%- if flag %} selected="selected"{% endif -%}
  6. {%- endmacro %}