w-card.profile-card-list--card.xs12.pa12
header.xs12.w-flex.column.center
NamePlate(
:pid="card.pid"
:name="card.name"
:pronouns="card.pronouns"
:role="card.role"
:is-list="isList"
:is-paired="isPaired"
)
w-button.text-upper.xs12.pa6(v-if="isPaired && !isList")
w-icon(xl).mr1 mdi mdi-chat
| start chat
template(v-if="!isList")
SummaryBar(
:is-tab="isPaired"
:tab-content="card.summary"
)
TagList(v-if="!isPaired || isList")
article.xs12.w-flex.column.justify-space-between
AspectBar(
v-if="!isPaired || isList"
v-for="aspect in aspects"
:labels="aspect.labels"
:percentage="aspect.percentage"
:key="aspect.name"
)
footer(v-if="!isList && !isPaired")
.pa12
p {{ card.summary.about.tab }}
PairingButton(v-if="!isPaired")