{% if project_history_results %} {% for row in project_history_results %}
{{ row.user_infomation }} - {{ row.user_id }} - {{ row.date_created }}
{% endfor %} {% endif %}