+
+
{achievement.tier}
+
{categoryLabel(achievement.category)}
+ {unlocked ?
Unlocked :
Locked}
+
+
+ {achievement.title}
+
+
+ {achievement.description}
+
+
+ {criteriaText(achievement)}
+
+ {unlocked ? (
+
+ Year {achievement.unlockedYear}{achievement.unlockedWeek !== null ? ` // Week ${achievement.unlockedWeek}` : ''}
+
+ ) : null}
+
+