X-Git-Url: https://plomlompom.com/repos/template?a=blobdiff_plain;f=templates%2Fprocess_efforts.html;h=bdfa7dd0547496a32625d3e29d97d592587be705;hb=9d71377b8a808bbe96f15768fe79ee02c61f15bc;hp=31efcc31d286b9ef88c13a468847fb275a382ecd;hpb=29969c2d0fb6c464662737df1da94f76dc2c0982;p=plomtask diff --git a/templates/process_efforts.html b/templates/process_efforts.html index 31efcc3..bdfa7dd 100644 --- a/templates/process_efforts.html +++ b/templates/process_efforts.html @@ -1,23 +1,9 @@ {% extends '_base.html' %} +{% import '_macros.html' as macros %} {% block content %} -

process default effort history

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