{% extends 'base.html.twig' %} {% block title %}Edit Counter{% endblock %} {% block body %}

{{ "Edit Counter" | trans }}

{{ include('admin/_form.html.twig', {'button_label': 'Update'}) }} {{ "back to list" | trans }} {{ include('admin/_delete_form.html.twig') }} {% endblock %}