{% extends 'base.html.twig' %} {% block title %}Counter{% endblock %} {% block body %}
| {{ "id" | trans }} | {{ counter.id }} | 
|---|---|
| {{ "StartTime" | trans }} | {{ counter.startTime ? counter.startTime|date('H:i:s') : '' }} | 
| {{ "EndTime" | trans }} | {{ counter.endTime ? counter.endTime|date('H:i:s') : '' }} | 
| {{ "Name" | trans }} | {{ counter.name }} | 
| {{ "State" | trans }} | {{ counter.state }} | 
| {{ "TimeToLive" | trans }} | {{ counter.timeToLive | minutes}} |