{% extends "base/base.html" %} {% block content %} {% with characters as object_list %} {% include "influences/character_list_block.html" %} {% endwith %} {% if characters %} {% with influences as object_list %} {% include "influences/influence_list_block.html" %} {% endwith %} {% endif %} {% endblock %}