+ {/* First line: Pokemon name CP{currentCP}/{fullCP} */}
+
+ {t(`poke_${def.pokemon_id}`)}
+
+
+
+
+
+ {def.battles_won || 0}
+
+
+
+ {def.battles_lost || 0}
+
+
+
+ {def.times_fed || 0}
+
+
+
+
+ CP{currentCP}/{fullCP}{' '}
+ {formatDeployedTime(def.deployed_ms + now - updatedMs)}
+
+
+ {/* Heart outline */}
+
+ {/* Heart background */}
+
+ {/* Heart fill */}
+
+ {/* Heart cracks for rounds */}
+
+