{% extends 'email/html_layout.html' %} {% load i18n %} {% block content %}

{% blocktrans %}You're invited to join {{ site_name }}!{% endblocktrans %}

{% trans "Join Now" as text %} {% include 'email/snippets/action.html' with path=invite_link text=text %}

{% url 'code-of-conduct' as coc_path %} {% url 'about' as about_path %} {% blocktrans %}Learn more about {{ site_name }}.{% endblocktrans %}

{% endblock %}