{%extends 'explohyperfiction_base.html'%} {%block main%} {%if petitions%} {%for p in petitions%}
{{p.date}}
The user {{p.player.person.username}} want to join to the group {{p.group.name}}

Accept Reject
{%endfor%} {%else%}

No petitions

{%endif%} {%endblock%}