{% for key, value in payment.receipt_data.items %}
{{ key|title }}: {{ value }}
{% if forloop.counter|divisibleby:2 %}
{% endif %}
{% endfor %}