- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
{% blocktrans count count=skipped_replies_count %}Skipped {{ count }} reply. Open thread to see all replies.{% plural %}Skipped {{ count }} replies. Open thread to see all replies.{% endblocktrans %}
</a>
</div>
{% endif %}
{% endwith %}
<divclass="last-replies">
{% for post in last_replies %}
{% post_view post truncated=True %}
{% endfor %}
</div>
{% endif %}
{% endwith %}
{% endif %}
</div>
{% endfor %}
{% if next_page_link %}
<divclass="page_link">
<ahref="{{ next_page_link }}">>> {% trans "Next page" %} >></a>
</div>
{% endif %}
{% else %}
<divclass="post">
{% trans 'No threads exist. Create the first one!' %}</div>