{% extends "base.html" %} {% block title %}Pay Bill{% endblock %} {% block page_title %}Mark Bill Paid{% endblock %} {% block topbar_actions %} ← {{ bill.provider.name }} {% endblock %} {% block content %}
This records an expense transaction for the bill amount and links the two together. If the payment already came in through a bank sync, link the existing transaction instead to avoid a duplicate.