0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-01-10 19:47:35 +00:00
kevinpapst_kimai2/templates/widget/widget-counter-duration.html.twig

4 lines
111 B
Twig

{% extends 'widget/widget-counter.html.twig' %}
{% block widget_data %}
{{ data|duration }}
{% endblock %}