b-modal#mount-raised-modal(:hide-header="true")
div.content(v-if="mount != null")
div.dialog-header.title(v-once) {{ $t('raisedPet', {pet: mount.text()}) }}
div.inner-content
div.pet-background
.mount(:class="`Mount_Icon_${mount.key}`")
h4.title {{ mount.text() }}
button.btn.btn-primary.onward(@click="close()") {{ $t('onward') }}
div.clearfix(slot="modal-footer")