X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess_titles.html;h=dd53a6252f67c799245542fcc76eb3f9f12590f1;hb=9d71377b8a808bbe96f15768fe79ee02c61f15bc;hp=574ef1caa5065a50e9cc1206e1df5f9104b17f56;hpb=29969c2d0fb6c464662737df1da94f76dc2c0982;p=plomtask diff --git a/templates/process_titles.html b/templates/process_titles.html index 574ef1c..dd53a62 100644 --- a/templates/process_titles.html +++ b/templates/process_titles.html @@ -1,22 +1,8 @@ {% extends '_base.html' %} +{% import '_macros.html' as macros %} {% 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]}}
+{{ macros.history_page("process", process, "title", process.title) }} {% endblock %}