13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
div(ng-if='user.flags.dropsEnabled')
|
|
h4(class=mobile?'item item-divider':'')=env.t('pets')
|
|
|
|
table.table.table-striped
|
|
+basicRow('petsFound','{{::statCalc.totalCount(profile.items.pets)}}')
|
|
+basicRow('beastMasterProgress','{{::statCalc.beastMasterProgress(profile.items.pets)}}')
|
|
|
|
h4(class=mobile?'item item-divider':'')=env.t('mounts')
|
|
|
|
table.table.table-striped
|
|
+basicRow('mountsTamed','{{::statCalc.totalCount(profile.items.mounts)}}')
|
|
+basicRow('mountMasterProgress','{{::statCalc.mountMasterProgress(profile.items.mounts)}}')
|