{% extends 'base.html' %} {% load generic_inclusion_tags %} {% block content %} {% for element in preferences.ElementPreferences.elementoption_set.all %} {% element element %} {% endfor %} {% endblock %}