{% extends "base.html" %} {% load gravatar document_tags %} {% block body-id %}document-search{% endblock %} {% block content %} {% include "documents/search_form.html" %} {% for document in documents %} {{ document.title }} {{ document.get_fork_count }} fork {{ document.star_count }} star {% empty %} No document found for "{{ keyword }}" {% endfor %} {% endblock %}