Hi{% if user-name %} {{ user-name|abbreviate:25 }}{% endif %},
Your Enterprise subscription is coming up for renewal. Here's a summary of what's included.
Renewal date: {{ renewal-date }}
Estimated amount: {{ estimated-amount }}
Organizations covered: {% if organizations|empty? %}No organizations yet.{% endif %}
{% for org in organizations %}
{% if org.initials %}{{org.initials}}{% endif %}
{{ org.name|abbreviate:50 }}
{% endfor %}
This amount is based on current member counts across your organizations. You can adjust members from the Admin Console.
Enjoy!
The Penpot team.
{% include "app/email/includes/footer.html" %}