{% extends g.theme.master %} {% import "forgechat:templates/chat/chat_lib.html" as clib %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Search{% endblock %} {% block header %}ForgeChat Search{% endblock %} {% block content %} {{ clib.checkout_info(c.app) }}
{% if count==0 and q %}No results.
{% elif count==1 and q %}{{count}} result.
{% elif count > 1 and q %}{{count}} results.
{% endif %} {% for doc in results %} {% endfor %} {% endblock %}