{% include 'header.html' %} {% from 'style.html' import red_cross_close_svg %} {% from 'macros.html' import breadcrumb %}
{{ breadcrumb([ {'text': 'Home', 'url': '/'}, {'text': 'Identity', 'url': '/smsgaddresses'}, {'text': 'Address: ' ~ data.identity_address, 'url': '/identity/' ~ data.identity_address} ]) }}

Identity

Address: {{ data.identity_address }}

{% include 'inc_messages.html' %}
{% if data.show_edit_form %} {% else %} {% endif %}
Details
Settings
Label
Automation Override
Notes
Label {{ data.label }}
Automation Override {{ data.str_automation_override }}
Notes
Successful Sent Bids {{ data.num_sent_bids_successful }}
Successful Received Bids {{ data.num_recv_bids_successful }}
Rejected Sent Bids {{ data.num_sent_bids_rejected }}
Rejected Received Bids {{ data.num_recv_bids_rejected }}
Failed Sent Bids {{ data.num_sent_bids_failed }}
Failed Received Bids {{ data.num_recv_bids_failed }}
{% if data.show_edit_form %}
{% else %}
{% endif %}
{% include 'footer.html' %}