_modif_button.html.twig 159 B

123
  1. {% if counter.state is not same as 'started' %}
  2. <a class="btn" href="{{ path('app_admin_edit', {'id': counter.id}) }}">{{ "edit" | trans }}</a>
  3. {% endif %}