{% extends "base.html" %} {% block title %} {{ block.super }} - Fee Rates{% endblock %} {% block content %} {% load humanize %} {% if channels %}
| Channel ID | Peer Alias | Outbound Liquidity | Capacity | Inbound Liquidity | 7Day Flow | Adjustment | Suggested Rate | oRate | oBase | Max Cost | iRate | iBase | Updated | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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.net_routed_7day != 0 %}{{ channel.net_routed_7day }} {% if channel.net_routed_7day > 0 %}OUT{% else %}IN{% endif %}{% else %}0{% endif %} | {{ channel.adjustment }} | {{ channel.new_rate|intcomma }} | {{ channel.local_base_fee|intcomma }} | {{ channel.ar_max_cost }}% | {{ channel.remote_fee_rate|intcomma }} | {{ channel.remote_base_fee|intcomma }} | {{ channel.fees_updated|naturaltime }} |