{% extends "layout.html" %} {% load i18n %} {% block title %}{{ hashtag }}{% endblock %} {% block content %}

{{ hashtag }}

{% blocktrans trimmed with site_name=site.name %} See tagged statuses in the local {{ site_name }} community {% endblocktrans %}

{% for activity in activities %}
{% include 'snippets/status/status.html' with status=activity %}
{% endfor %} {% if not activities %}

{% trans "No activities for this hashtag yet!" %}

{% endif %} {% include 'snippets/pagination.html' with page=activities path=path %}
{% endblock %}