TabbycatDebate/tabbycat

View on GitHub
tabbycat/templates/tables/debate_adjudicators_compact.html

Summary

Maintainability
Test Coverage
{% load debate_tags %}
<td>
  {% for adj, type in debate.adjudicators.with_positions %}
    {% person_display_name adj %}{% if type == 'c' %} Ⓒ{% elif type == 't' %} Ⓣ{% endif %}{% if not forloop.last %},{% endif %}
  {% endfor %}
</td>