{% extends "_base.html" %} {% load i18n %} {% load sekizai_tags %} {% load labelbase_tags %} {% load backgroundtask_tags %} {% load attachments_tags %} {% block title %}{{ object.type }} {{ object.ref }}{% endblock %} {% comment %}{% endcomment %} {% block content %} {% get_attachments_for object.get_label_attachment as my_attachments %}
{% if output.last_error %}
Ouch! Got "{{ output.last_error.message }}{% if output.last_error.code %} (code {{ output.last_error.code }}){% endif %}" from Electrum.
{% endif %} {% is_label_id_in_queue object.id as is_in_queue %} {% if is_in_queue %}
Output in queue! This output is currently in the processing queue. It will be checked shortly.
{% else %} {% if object.type == "output" %} {% switch output.get_spent_status %} {% case "spent" %}
Output spent! Blockchain records indicate that this output has been spent in another transaction.
{% case "unspent" %}
Output unspent! Blockchain records indicate that this output has not been spent yet.
{% case "unconfirmed" %}
Output unconfirmed! Blockchain records indicate that this output has not been confirmed yet.
{% endswitch %} {% endif %} {% endif %} {% comment %} {% if object.type == "addr" %}
Heads up! There are multiple transaction outputs sent to this address. For privacy reasons, do not reuse addresses.
{% endif %} {% endcomment %} {% block label_edit_content %} {% endblock %}