{% extends "base.html" %} {% block title %} {{ block.super }} - Advanced{% endblock %} {% block content %} {% load humanize %} {% if channels %}
| Channel ID | Peer Alias | Outbound Liquidity | Capacity | Inbound Liquidity | Channel State | oRate | oBase | oCLTV | minHTLC | maxHTLC | iRate | iBase | Target Amt | Max Cost % | oTarget% | iTarget% | AR | Active |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ channel.short_chan_id }} | {% if channel.private == False %}{% endif %}{% if channel.alias == '' %}{{ channel.remote_pubkey|slice:":12" }}{% else %}{{ channel.alias }}{% endif %}{% if channel.private == False %}{% endif %} | {{ channel.local_balance|intcomma }} {{ channel.out_percent }}% |
|
{{ channel.remote_balance|intcomma }} {{ channel.in_percent }}% | {% if channel.is_active == True and channel.private == False %} {% else %} --- {% endif %} | {{ channel.remote_fee_rate|intcomma }} | {{ channel.remote_base_fee|intcomma }} | {{ channel.is_active }} | ||||||||||