02596e1550cdc9801760bcaedb4354159b051cc3
[matthijs/projects/xerxes.git] / templates / influences / index.html
1 {% extends "base/base.html" %}
2
3 {% block content %}
4
5 {% with characters as object_list %}
6 {% include "influences/character_list_block.html" %}
7 {% endwith %}
8
9 {% if characters %}
10 {% with influences as object_list %}
11 {% include "influences/influence_list_block.html" %}
12 {% endwith %}
13 {% endif %}
14
15 {% endblock %}