{% extends "base.html" %} {% block title %}Forum — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
{{ post.body|truncatechars:200 }}
{% endif %}{% if search %}No forum posts matching "{{ search }}".{% else %}No forum posts.{% endif %}
{% if has_write and not search %} Start the first thread {% endif %}