{% extends "email/base.html" %} {% load i18n %} {% load humanize %} {% block content %}
| {% blocktrans %} You have been invited to join {{ host }}. Click the button below to get started. {% endblocktrans %} |
| {% blocktrans with expires=expires|naturaltime %} This invitation expires {{ expires }}. {% endblocktrans %} |
| {% trans 'Accept Invitation' %} |