home · contact · privacy
Add rump Processes, and to those VersionedAttributes.
[plomtask] / templates / processes.html
diff --git a/templates/processes.html b/templates/processes.html
new file mode 100644 (file)
index 0000000..37de8f8
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<ul>
+{% for process in processes %}
+<li><a href="process?id={{process.id_}}">{{process.title.newest}}</a>
+{% endfor %}
+</ul>
+{% endblock %}
+