diff --git a/templates/tasks.html b/templates/tasks.html
new file mode 100644
index 0000000..d73d74b
--- /dev/null
+++ b/templates/tasks.html
@@ -0,0 +1,39 @@
+{% extends "base.html" %}
+{% load wiki_markup %}
+{% load link %}
+
+{% block title %}Cambridge Expeditions to Austria{% endblock %}
+
+{% block content %}
+
Expo member tasks
+
+Add new data
+
+Upload a photo
+Record a new trip
+
+Your unfinished business
+ {% for survey in surveys_unfinished %}
+ {{survey|link}}
+ {% endfor %}
+
+General unfinished business
+add wikilinks
+
+Caving recommendations
+ {% for qm in qms_recommended %}
+ {{qm|link}}
+ {% endfor %}
+
+Profile tasks
+
+Dates present on expo
+Mugshot
+Blurb
+
+{% endblock content %}
+
+{% block margins %}
+
+
+{% endblock margins %}
\ No newline at end of file