{% extends "base.html" %} {% block title %}{% trans "Add Contact" %} | {{ site_name }}{% endblock %} {% block h1 %}{% blocktrans with inviter=invite.inviter|user %}{{ inviter }} has invited you to connect!{% endblocktrans %}{% endblock %} {% block content %}
{% blocktrans with inviter=invite.inviter|jid %}This is an invite from {{ inviter }} to connect and chat on the XMPP network. If you already have an XMPP client installed just press the button below!{% endblocktrans %}
{% blocktrans with inviter=invite.inviter|user %}Add {{ inviter }} to your contact list{% endblocktrans %}
{% trans 'Hint' %}: {% trans "If you don't have an XMPP client installed yet, here's a list of suitable clients for your platform." %}
{% include "apps.html" %} {% endblock %}