{% extends "emails/gobii_base.html" %} {% block content %}

{{ intro_text }}

{{ detail_text }}

{% if billing_url %}

Billing: {{ billing_url }}

{% endif %}

Best,
{{ agent.name }}

{% endblock %}