{% if request.member and request.member.current_membership is None %}
<divclass="announcement">
<iclass="fas fa-id-card"></i>
<p><ahref="{% url 'registrations:renew' %}">{% trans "You're currently not a member of Thalia. Renew your membership to get access to all parts of the website." %}</a></p>
<p>
<ahref="{% url 'registrations:renew' %}">
{% trans "You're currently not a member of Thalia. Renew your membership to get access to all parts of the website." %}
</a>
</p>
</div>
{% endif %}
{% include "announcements/announcement.html" with announcements=announcements %}