7 lines
187 B
HTML
7 lines
187 B
HTML
<template name="printedProficiency">
|
|
<div class="printedProficiency layout horizontal center">
|
|
<iron-icon icon="{{profIcon}}"></iron-icon>
|
|
<div>{{getName}}</div>
|
|
</div>
|
|
</template>
|