{% extends "base" %} {% block title %}{{SERVICE_NAME|escape}} - Payments{% endblock %} {% block content %}

Payments

{% include "info" %}

Click here to pay another {{SERVICE_NAME|escape}} user.

{% if payments %} {% include "paymentChart" %} {% else %}

No payments made or received.

{% endif %}

Back to Summary

{% endblock %}