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

Our Fees Logs

{% for log in autofees %} {% endfor %}
Timestamp Channel ID Peer Alias Setting Old Value New Value
{{ log.timestamp|naturaltime }} {{ log.chan_id }} {% if log.peer_alias == '' %}---{% else %}{{ log.peer_alias }}{% endif %} {{ log.setting }} {{ log.old_value }} log.old_value %}style="background-color: rgba(46,160,67,0.15)"{% else %}style="background-color: rgba(248,81,73,0.15)"{% endif %}>{{ log.new_value }}
{% endif %} {% if not autofees %}

No our fees logs to see here yet!

Experimental. This will allow LNDg to automatically act upon the suggestions found here.
{% endif %} {% endblock %}