{%load i18n%}{%blocktrans with instance=instance.name url=instance.get_absolute_url suspend=instance.time_of_suspend delete=instance.time_of_delete %}Your instance <ahref="{{url}}">{{instance}}</a> is going to expire.It will be suspended at {{suspend}} and destroyed at {{delete}}.{%endblocktrans%} {%blocktrans with token=token url=instance.get_absolute_url %}Please, either <ahref="{{token}}">renew</a> or <ahref="{{url}}">destroy</a>it now.{%endblocktrans%}