Files
devplacepy/devplacepy/templates/_game_analytics.html
T

15 lines
473 B
HTML
Raw Normal View History

{% if farm.mastery_analytics_unlocked %}
<div class="shop-row">
<div class="shop-info">
<strong>Lifetime coins earned</strong>
<span>{{ farm.lifetime_coins_earned }}c since Farm Analytics was unlocked.</span>
</div>
</div>
<div class="shop-row">
<div class="shop-info">
<strong>Lifetime harvests</strong>
<span>{{ farm.lifetime_harvests }} builds harvested since Farm Analytics was unlocked.</span>
</div>
</div>
{% endif %}