{% extends 'base.html' %} {% load bootstrap3 %} {% block admintab %} active{% endblock %} {% block content %}
# | Username | Fullname | Orga | Reviews | Conversations |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ participation.user.username }} | {{ participation.user.get_full_name }} | {{ participation.orga|yesno:"✔,✘" }} | {% for topic in participation.topic_set.all %}{{ topic.get_link }}{% if not forloop.last %}, {% endif %}{% endfor %} | {% if request.user in participation.conversation.subscribers.all %} {% else %} {% endif %} |