We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<div class="row-fluid"> <div class="span12"> {% for row in form %} <div class="span5"> {{ form_row(row) }} </div> {% endfor %} </div> </div>
<form data-target="results" class="form-horizontal form-filter" action="{{ path('persoon_list') }}" method="post" {{ form_enctype(form) }} novalidate="1"> ... </form> <div class="widget-content" id="results"> {{ table_widget(table) }} {{ propelpager(pager) }} </div>
'@TacticsTableBundle/Resources/public/js/ajaxfilter.js'