Histories:
{% for history in histories|dictsortreversed:"name"%}
{%if current_project in history.name %}
-
{{ history.name }}
{% endif %}
{% empty %}
-
Your have no history for this project, please select data(s) and click on "create history"
{% endfor %}