<email-body v-bind="$props"> <div class="grid-row"> <div class="grid-block vn-pa-ml"> <div class="centered"> <h1>{{ $t('title') }}</h1> <h3>{{ $t('description') }}: <u>{{ data.action }}</u> <i> {{ `(${this.username})` }} </i></h3> <div class="jsonSection"> <span v-for="(value, key) in data" v-if="key !== 'action' && key !== 'userFk'"> <b> {{ `${key}:` }} </b> {{ value }} <br> </span> </div> </div> </div> </div> </email-body>