salix/print/templates/email/greuge-wrong/greuge-wrong.html

14 lines
469 B
HTML
Raw Normal View History

2023-03-01 09:11:22 +00:00
<!DOCTYPE html>
<html v-bind="$props">
<head>
<meta name="viewport" content="width=device-width">
<meta name="format-detection" content="telephone=no">
<title>{{ $t('subject') }}</title>
</head>
<body>
<h1>{{ $t('title') }} {{name}}</h1>
<p>{{ $t('ticketId') }} <a :href='url'>{{ticketId}}</a></p>
<p>{{ $t('amount') }} {{amount}}</p>
<p>{{ $t('description') }} {{description}}</p>
</body>
</html>