{% extends "core/base.html" %} {% load static %} {% block title_text %}Dashboard{% endblock title_text %} {% block header_text %}Dashboard{% endblock header_text %} {% block content %}

Wallet

: {{ wallet.writs }}
Esteem: {{ wallet.esteem }}
{% if coin %}
{{ coin.tooltip_text }}
{% endif %} {% for token in free_tokens %}
{{ token.tooltip_text }}
{% endfor %}

Payment Methods

Tithe Tokens

Tithe Token ×1 + Writ bonus
{% endblock content %}