{% extends 'django_members_roles/base.html' %} {% block content %} {% if invitation.accepted_invitation or invitation.decline_invitation%} {% if invitation.accepted_invitation %}

You alreday accepted this invitation

{% elif invitation.decline_invitation %}

You alreday declined this invitation

{% endif %} {% else %}

{{ invitation.invited_by}} invited you to join {{ invitation.content_object }}

You can accept or decline this invitation

{% csrf_token %}
{% endif %} {% endblock %}