{% set page_title = "Search" %} {% extends theme("layout.html") %} {% block content %} {% from theme('macros.html') import render_pagination, group_field, topic_pages %}
{% if result['post'] %}
|
||||
{% autoescape false %}
{{ post.content|markup }}
{% endautoescape %}
|
||||
No posts found matching your search criteria |
# | Username | Posts | Date registered | Group |
---|---|---|---|---|
{{ user.id }} | {{ user.username }} | {{ user.post_count }} | {{ user.date_joined|format_date('%b %d %Y') }} | {{ user.primary_group.name }} |
No users found matching your search criteria |
Topic | Posts | Views | Last Post | |
---|---|---|---|---|
{% if topic.locked %} {% else %} {% endif %} |
{{ topic.title }}
{{ topic_pages(topic, flaskbb_config["POSTS_PER_PAGE"]) }}
{% if topic.user_id %} by {{ topic.user.username }} {% else %} by {{ topic.username }} {% endif %} |
{{ topic.post_count }} | {{ topic.views }} |
{{ topic.last_post.date_created|time_since }} {% if topic.last_post.user_id %} by {{ topic.last_post.user.username }} {% else %} {{ topic.last_post.username }} {% endif %} |
No topics found matching your search criteria |
Forum | Topics | Posts | Last Post | |||||
---|---|---|---|---|---|---|---|---|
{% if forum.external %} |
{{ forum.title }}
{% autoescape false %}
{{ forum.description|markup }}
{% endautoescape %}
|
- | - | - | {% else %} {% if forum.locked %} {% else %} {% endif %}
{{ forum.title }}
{% autoescape false %}
{{ forum.description|markup }}
{% endautoescape %}
{% if forum.show_moderators %}
Moderators:
{% for moderator in forum.moderators %}
{{ moderator.username }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
|
{{ forum.topic_count }} | {{ forum.post_count }} |
{% if forum.last_post_id %}
{{ forum.last_post.topic.title|crop_title }}
{{ forum.last_post.date_created|time_since }} {% if forum.last_post.user_id %} by {{ forum.last_post.user.username }} {% else %} {{ forum.last_post.username }} {% endif %} {% else %} No posts {% endif %} {% endif %} |
No forums found matching your search criteria |