<ahref="?sort_by=title{{ ' desc' if sort_by.text == 'community.title' }}"title="{{ _('Sort by name') }}"class="no-underline"rel="nofollow">{{ _('Community') }}
<spanclass="{{ 'fe fe-chevron-up' if sort_by.text == 'community.title' }}{{ 'fe fe-chevron-down' if sort_by.text == 'community.title desc' }}"></span>
</a>
</th>
<thscope="col">
<ahref="?sort_by=post_count{{ ' desc' if sort_by.text == 'community.post_count' }}"title="{{ _('Sort by post count') }}"class="no-underline"rel="nofollow">{{ _('Posts') }}
<spanclass="{{ 'fe fe-chevron-up' if sort_by.text == 'community.post_count' }}{{ 'fe fe-chevron-down' if sort_by.text == 'community.post_count desc' }}"></span>
</a>
</th>
<thscope="col">
<ahref="?sort_by=post_reply_count{{ ' desc' if sort_by.text == 'community.post_reply_count' }}"title="{{ _('Sort by reply count') }}"class="no-underline"rel="nofollow">{{ _('Comments') }}
<spanclass="{{ 'fe fe-chevron-up' if sort_by.text == 'community.post_reply_count' }}{{ 'fe fe-chevron-down' if sort_by.text == 'community.post_reply_count desc' }}"></span>
</a>
</th>
<thscope="col">
<ahref="?sort_by=last_active{{ ' desc' if sort_by.text == 'community.last_active' }}"title="{{ _('Sort by recent activity') }}"class="no-underline"rel="nofollow">{{ _('Active') }}
<spanclass="{{ 'fe fe-chevron-up' if sort_by.text == 'community.last_active' }}{{ 'fe fe-chevron-down' if sort_by.text == 'community.last_active desc' }}"></span>