mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-30 15:30:11 +00:00
4 lines
137 B
Twig
4 lines
137 B
Twig
{% extends 'widget/widget-more.html.twig' %}
|
|
{% block widget_data %}
|
|
{{ data|money(options.currency|default(null)) }}
|
|
{% endblock %}
|