Skip to content

Instantly share code, notes, and snippets.

@clubdesarrolladores
Created August 28, 2012 22:24
Show Gist options
  • Save clubdesarrolladores/3504882 to your computer and use it in GitHub Desktop.
Save clubdesarrolladores/3504882 to your computer and use it in GitHub Desktop.
Template
{% extends 'WebFactoryPurchaseBundle::layout.html.twig' %}
{% block content %}
<div class="contenttitle radiusbottom0">
<h2 class="table"><span>{{ 'Expense list'|trans }}</span></h2>
</div><!--contenttitle-->
{{ grid(grid, _self) }}
{% block grid_column_type_filter %}
{{ column.id }}
{% endblock grid_column_type_filter %}
<br clear="all" />
<ul class="buttonlist">
<li>
<a class="stdbtn" href="{{ path('expense_new') }}">{{ 'Create a new entry'|trans }}</a>
</li>
</ul>
{% endblock content %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment