{% extends "community/forum_base.html" %} {% block content %}
| Forum | Last Post |
|---|---|
{{ forum.title }} {{ forum.threads }} thread{{ forum.threads|pluralize }}, {{ forum.posts }} post{{ forum.posts|pluralize }}
{% if user.is_authenticated %}[ {{ 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 %} |
the discussion forums to inform us about problems with this site, missing features. Or just discuss general MLOSS issues.
{% endblock %}