{% extends 'base.html' %} {% block title %}{{ object.title }} โ€” CampusTalent{% endblock %} {% block content %}
{{ object.get_category_display }} {% if object.is_pinned %}๐Ÿ“Œ Pinned{% endif %} {% if object.event_date %}๐Ÿ“… {{ object.event_date|date:"l, M d, Y" }}{% endif %}

{{ object.title }}

{{ object.author.first_name|first|upper }}
{{ object.author.get_full_name }} ยท {{ object.created_at|date:"M d, Y" }}
{{ object.body }}
{% if object.external_link %} Visit Link {% endif %}
โ† Back to Notice Board
{% endblock %}