{% extends "base.html" %} {% load i18n plmapp_tags %} {% block content %} {% if in_group %}

{% trans "You are already in this group." %}

{% else %}

{% trans "Join this group ?" %}

{% with ask_form as form %} {% include "snippets/undo_form.html" %} {% endwith %} {% endif %} {% endblock %}