{% extends "email/basemail.html" %} {% load i18n %} {% block subject %}{% with client.title as client_title %}{{ site_name }} - {% blocktrans %}{{ client_title }} wants to join your network{% endblocktrans %}{% endwith %}{% endblock %} {% block content %} {% with client.title as client_title %} {% with target.title as target_title %} {% with client.get_absolute_url as client_get_absolute_url %}

{% blocktrans %}{{ client_title }} wants to join your network{% endblocktrans %}

{% blocktrans %}Dear {{ target_title }},{% endblocktrans %}

{% blocktrans %}You just recieved a request from {{ client_title }} to join your network.{% endblocktrans %}

{% blocktrans %}You have to take an action!{% endblocktrans %}

{% blocktrans %}Visit {{ client_title }}'s page to accept or decline his/her request.{% endblocktrans %}

{% endwith %} {% endwith %} {% endwith %} {% endblock %}