0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-02-23 21:08:26 +00:00
kevinpapst_kimai2/templates/emails/default.html.twig
Kevin Papst f2fb338539
Release 2.28 (#5253)
* fix year in dashboard
* make batch actions accessible via javascript
* bump packages
* remove BOM from CSV
* rebuild assets
* fix duplicated automated-email warning
2025-01-18 01:49:16 +01:00

9 lines
184 B
Twig

{% extends 'emails/layout.html.twig' %}
{% block title %}
{{ subject|trans({}, 'email') }}
{% endblock %}
{% block body %}
<p>{{ body|trans({}, 'email') }}<p>
{% endblock %}