{% include "bi/arrow-return-right.html" %}
{{ post.cf_nr_followups }} followup{{ post.cf_nr_followups|pluralize }}
|
{% with post.cf_latest_followup_in_hierarchy as latest_followup %}
{% if latest_followup %}
latest on {{ latest_followup.posted_on|date:"Y-m-d H:i" }}
by {{ latest_followup.posted_by.first_name }}
{{ latest_followup.posted_by.last_name }}:
{{ latest_followup.subject }}
{% endif %}
{% endwith %}
|
{% endif %}