mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
5 lines
137 B
Twig
5 lines
137 B
Twig
{% extends 'widget/widget-more.html.twig' %}
|
|
{% block widget_data %}
|
|
{{ data|money(options.currency|default(null)) }}
|
|
{% endblock %}
|