{% extends "base.html" %} {% block title %}Pay fine #{{ fine.id }} — {{ library_name() }}{% endblock %} {% block content %}

Pay fine #{{ fine.id }}

{% if error %}

{{ error }}

{% endif %}

{{ fine.kind | replace("_", " ") }} · assessed {{ fine.assessed_at.strftime("%Y-%m-%d") }}
Amount {{ fine.amount_cents | currency }} {% if fine.paid_cents %} · paid so far {{ fine.paid_cents | currency }}{% endif %} · remaining {{ fine.balance_cents | currency }}

Cancel
{% endblock %}