X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess_descriptions.html;fp=templates%2Fprocess_descriptions.html;h=f1b93cbd95148b137d539808e42322fd4c7a840c;hb=29969c2d0fb6c464662737df1da94f76dc2c0982;hp=0000000000000000000000000000000000000000;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/process_descriptions.html b/templates/process_descriptions.html new file mode 100644 index 0000000..f1b93cb --- /dev/null +++ b/templates/process_descriptions.html @@ -0,0 +1,23 @@ +{% extends '_base.html' %} + + + +{% block content %} +

process description history

+ + + + + + + +{% for date in process.description.history.keys() | sort(reverse=True) %} + + + + +{% endfor %} + +
process{{process.title.newest|e}}
{{date | truncate(19, True, '') }}
{{process.description.history[date]}}
+{% endblock %} +