1 {foreach item=query from=$trace_data}
2 <table class="light" style="width: 100%; font-family: monospace">
4 <td><strong>QUERY:</strong><br />{$query.query}</td>
8 <td><strong>ERROR:</strong><br />{$query.error}</td>
13 <table class="light" style="width: 100%; font-family: monospace">
15 {foreach key=key item=item from=$query.explain[0]}
19 {foreach item=explain_row from=$query.explain}
21 {foreach item=item from=$explain_row}