{% extends "base.html" %} {% block title %}{{title}}{% endblock %} {% block main %}

({{_("Under construction")}})

{% for obj in settings.SITE.modules.concepts.Concept.objects.all() %} {% for e in obj.summary_row() %} {{e}}, {% endfor %} {% endfor %}

{% endblock %}