{{ form_start(form,{'attr': {'id': 'ticket_category'}}) }}
{{ form_row(form.name) }}
{{ form_row(form.description) }}
{{ form_end(form) }}