{% extends 'base.html' %} {% load static %} {% block title %}Accept invitation to shared billing Account{% endblock %} {% block content %}
{% if invitation_owner %}
You have been invited to use {{ invitation_owner.username }}'s bucket.
{% if is_owner %} You are owner of this shared bucket. {% else %}
{% csrf_token %}
{% endif %}
{% else %}
This invitation has been revoked
{% endif %}
{% endblock %}