{% extends "base.html" %} {% block title %} {{ block.super }} - Advanced{% endblock %} {% block content %} {% load humanize %} {% if channels %}

Advanced Channel Settings

{% for channel in channels %} {% endfor %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
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 %}
{% csrf_token %}
{% else %} --- {% endif %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{{ channel.remote_fee_rate|intcomma }} {{ channel.remote_base_fee|intcomma }}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{{ channel.is_active }}
{% endif %} {% if not channels %}

You dont have any channels to setup yet!

{% endif %} {% if local_settings %} {% include 'local_settings.html' with settings=local_settings title='Update Local' %} {% endif %} {% endblock %}