{% extends 'thecommunity/base.html' %} {% block page_title %} Invite your friends to join metalayer{% endblock %} {% block body_class %}invite{% endblock %} {% block page_body %}

Invite your friends to join metaLayer!

{% if invites_left %}

You currently have {{ invites_left }} invite{% if invites_left > 1 %}s{% endif %} left

We're slowly rolling out access to metalayer.com to the general public and we appreciate your help in spreading the word!

{% if errors %} {% include 'thecommunity/shared/errors.html' %} {% endif %}
{% csrf_token %}
{% else %}

Sorry you have used all your invites

We're slowly rolling out access to metalayer.com to the general public and we appreciate your help in spreading the word!

{% endif %}
{% endblock %}