{% extends "base" %} {% block title %}{{SERVICE_NAME|escape}} - Payments{% endblock %} {% block content %}
Click here to pay another {{SERVICE_NAME|escape}} user.
{% if payments %} {% include "paymentChart" %} {% else %}No payments made or received.
{% endif %} {% endblock %}