{% autoescape off %}{% if new %}New contract hour record with pending hours created.
{% elif deleted %}Contract hour record with pending hours has been deleted.
{% else %}Contract hour record with pending hours has been changed.
{% endif %}{% if deleted or changed %}
Previously:
{% with hours=previous %}{% include 'timepiece/contract/contract_hour.txt' %}{% endwith %}
{% endif %}{% if not deleted %}
Now:
{% with hours=current %}{% include 'timepiece/contract/contract_hour.txt' %}{% endwith %}{% endif %}
View contract at {{ link }}{% endautoescape %}
