{% for s in sectmap %}
{{ s }}
{% for t in topics %}
{% if t in coverage[s] %} X {% else %} {% endif %}
{% endfor %}
{% endfor %}