{% extends "cranefly/layout.html" %} {% load i18n %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_("Forum Map")) }}{% endblock %} {% block content %}

{% trans %}General Links{% endtrans %}


{% trans %}Forum List{% endtrans %}

{% if forums %}
{% else %}

{% trans %}Looks like no forums exist that you have permission to see.{% endtrans %}

{% endif %} {% endblock %} {% macro draw_forum(forum) %}
  • {{ forum.name }}
  • {% if forum.subforums %}
  • {% endif %} {% endmacro %}