X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=templates%2Fprocess_titles.html;fp=templates%2Fprocess_titles.html;h=574ef1caa5065a50e9cc1206e1df5f9104b17f56;hb=29969c2d0fb6c464662737df1da94f76dc2c0982;hp=0000000000000000000000000000000000000000;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/process_titles.html b/templates/process_titles.html new file mode 100644 index 0000000..574ef1c --- /dev/null +++ b/templates/process_titles.html @@ -0,0 +1,22 @@ +{% extends '_base.html' %} + + + +{% block content %} +

process title history

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