{% extends "community/forum_base.html" %} {% block content %} {% for forum in object_list %} {% endfor %}
Forum Last Post

{{ forum.title }} {{ forum.threads }} thread{{ forum.threads|pluralize }}, {{ forum.posts }} post{{ forum.posts|pluralize }} {% if user.is_authenticated %}[ Subscribe Bookmark]{% endif %}

{{ forum.description }}

{% if forum.forum_latest_post %}{{ forum.forum_latest_post.time|timesince }} ago by {{ forum.forum_latest_post.author }} (view){% else %}No Posts{% endif %}
{% endblock %} {% load safe_markup %} {% load markup %} {% block content-related %}

Use ...

the discussion forums to inform us about problems with this site, missing features. Or just discuss general MLOSS issues.

{% endblock %}