{% extends 'base.html' %} {% block title %}{{ announcement.title }} — WildWatch{% endblock %} {% block content %}
All Announcements
{% if announcement.is_pinned %} 📌 Pinned {% endif %} {{ announcement.get_priority_icon }} {{ announcement.get_priority_display }}

{{ announcement.title }}

{% if announcement.author.profile.profile_photo %} {% endif %} {{ announcement.author.username }} {{ announcement.created_at|date:"M d, Y" }} {{ announcement.created_at|timesince }} ago
{{ announcement.content }}
{% endblock %}