Revision 1fefe48c astakos/im/templates/im/invitations.html

b/astakos/im/templates/im/invitations.html
12 12
              <tr>
13 13
                <th>Email</th>
14 14
                <th>Real Name</th>
15
                <th>Consumed</th>
15
                <th>Used</th>
16 16
              </tr>
17 17
            </thead>
18 18
            <tbody>
19 19
              {% for inv in sent %}
20
              <tr class="{% if inv.is_consumed %}consumed{% endif %}">
20
              <tr class="{% if inv.is_consumed %}used{% endif %}">
21 21
                <td>{{ inv.email }}</td>
22 22
                <td>{{ inv.realname }}</td>
23 23
                <td class="consumed">{% if inv.is_consumed %}Yes{% else %}No{% endif %}</td>

Also available in: Unified diff