{% extends "base_transitional.html" %} {% load i18n %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% load pgw_nav %} {% load pygowave_client_scripts %} {% block title %}{% trans "On the Wave" %}{% endblock %} {% block nav %}{% pgw_navbar "waves" "on_the_wave" %}{% endblock %} {% block additional_header %} {% script_links %} {% endblock %} {% block content %}

{{ wavelet_title }}

{% if DEVELOPER_MODE %} {% endif %}
{% blocktrans %} Hints: Click on the "+" to add a friend to your wave. The search currently covers the whole database of users. You cannot remove other people but you can remove yourself from a wave by clicking the "Leave Wave" button on the right hand side. Again, this application is experimental and may not work as expected. {% endblocktrans %}
{% endblock %}