{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %} Invite an Organization {% endblock title %} {% block description %} Invite an organization to join and earn +5 points when they do. Provide their email address to send an invitation. {% endblock description %} {% block keywords %} Invite Organization, Send Invitation, Earn Points, Organization Join, Email Invitation {% endblock keywords %} {% block og_title %} Invite an Organization - Earn Points for Invites {% endblock og_title %} {% block og_description %} Invite an organization to join and earn +5 points when they do. Provide their email address to send an invitation. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}

{% trans "Invite an Organization" %}

{% trans "Invite an organization to join and earn" %} {% trans "+5 points" %} {% trans "when they do." %}

{% trans "Provide their email address to send an invitation." %}

{% if exists %}

Click this link to open the email in your mail program.

If you use Gmail, you can use this extension.

{% endif %}
{% csrf_token %}
{% comment %}
{% endcomment %} {% endblock content %}