* Remove old addInfluence view and replace it by a new add view (which allows you...
[matthijs/projects/xerxes.git] / templates / influences / index.html
1 {% if characters %}
2         <ul>
3         {% for character in characters %}
4                 <li><a href="character/{{ character.id }}/">{{ character.name }}</a></li>
5         {% endfor %}
6         </ul>
7 {% else %}
8         <p>Geen karakters.</p>
9 {% endif %}