<pclass="text-center">{% trans "Thalia was officially founded on November 7th, 1990. The relevant statutes and internal rules can be accessed here. The statues have last been amended in September 2007; the internal rules have been changed on several occasions. Other miscellaneous documents can be found here as well, such as the declaration form and the canteen regulations. Please read these carefully, so that we can all have a pleasant time when having drinks in the canteen." %}</p>
{% for miscellaneous_document in miscellaneous_documents %}
{% include 'documents/miscellaneous.html' with document=miscellaneous_document %}
{% endfor %}
...
...
@@ -51,6 +52,26 @@
<pclass="text-center">
{% trans "The General Meetings (ALVs) can be attended by all members, honorary members and donors. Thalia organizes at least two general meetings each year. Minutes of these meetings are made available below. This allows (honorary) members and donors that did not attend to get an insight in what was discussed as well." %}
</p>
<divclass="tcenter"style='margin-bottom:20px;'>
{% for year, meetings in meeting_years|slice:"5" %}
<buttonclass="btn-large btn-style2">{{ year }}-{{ year|add:1 }}</button>