{% extends "base.html" %} {% block content %}
{% if graph %}
{% for word, options in alertnative_words.items() %} {% if options %} {% else %} {{word}} {% endif %} {% endfor %}
{% endif %}
{% endblock %}