{% load perm_tags %} {% trans "Payment Generated Notice" %}

{% blocktrans with request.user.get_full_name as requser %}The following payment was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Payments module by {{ requser }}:{% endblocktrans %}

{% if object.phone %} {% endif %} {% if object.email %} {% endif %}
  {% trans "Payment ID:" %} {{ object.id }}
  {% trans "Status Detail:" %} {{ object.status_detail }}
  {% trans "Invoice:" %} {{ object.invoice.id }}
  {% trans "Description:" %} {{ object.description }}
 
  {% trans "Name:" %} {{ object.first_name }} {{ object.last_name }}
  {% trans "Phone:" %} {{ object.phone }}
  {% trans "Email:" %} {{ object.email }}

{% blocktrans %}To view the details of this payment, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% trans "Time submitted:" %} {% now "D d M Y P" %}