mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* VerificationQueueItem - make unique in db schema (github-502) * multiple org records under a single sponsorship (github-593) fix migration branch
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
{% load i18n %}
|
|
{% for org in instance.orgs.all %}
|
|
{% blocktrans with i_label=instance.label io_name=org.name i_end_date=instance.end_date trimmed%}
|
|
{{ i_label }} level sponsorship from '{{ io_name }}' expired on {{ i_end_date }}.
|
|
{% endblocktrans %}
|
|
{% endfor %}
|