{% extends "base.html" %} {% block title %}Technotes — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
{{ note.comment|truncatechars:200 }}
{% if search %}No technotes matching "{{ search }}".{% else %}No technotes.{% endif %}
{% if has_write and not search %} Create the first technote {% endif %}