{% extends "_base.html" %} {% load i18n %} {% load sekizai_tags %} {% load bootstrap %} {% block content %} {% include "profile_header_menu.html" %}
{% block profile_content %}{% endblock %}

Define the fee for new transactions. This will be used to evaluate the health of your unspent transaction outputs.

🟢 Healthy fee: < {{ request.user.profile.my_fee_threshold_healthy }}% 🟡 Warning: {{ request.user.profile.my_fee_threshold_healthy }}-{{ user.profile.my_fee_threshold_warning }}% 🔴 High: > {{ request.user.profile.my_fee_threshold_warning }}%

{% csrf_token %} {{ form|bootstrap }}
 

{% endblock %}