{% extends "_base.html" %} {% load i18n %} {% load labelbase_tags %} {% load sekizai_tags %} {% block content %} {% if labelbase %}
{{ labelbase.about }}
{% endif %}Auto-populate BIP-329 additional fields (height, time, value) for outputs from OutputStat data.
{% if can_fill_from_outputstat %}These output labels have OutputStat data available. Can populate: height, time, value.
These output labels have all applicable BIP-329 additional fields (height, time, value) populated.
Labelbase not found.
{% endif %} {% endblock %}