{% extends "templates/base.html" %} {% block content %}
{% csrf-field %}

{% ifwritable followupactions %} {% else %} {% ifreadable followupactions %} {{record.id}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions request_id %}

{% else %} {% ifreadable followupactions request_id%} {{record.request_id}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions actor %} {% else %} {% ifreadable followupactions actor%} {{record.actor}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions date %} {% else %} {% ifreadable followupactions date%} {{record.date}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions notes %} {% else %} {% ifreadable followupactions notes%} {{record.notes}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions closed %} {% else %} {% ifreadable followupactions closed%} {{record.closed}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions %} {% else %} {% ifreadable followupactions %} {{record.id}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions request_id %}

{% else %} {% ifreadable followupactions request_id%} {{record.request_id}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions actor %} {% else %} {% ifreadable followupactions actor%} {{record.actor}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions date %} {% else %} {% ifreadable followupactions date%} {{record.date}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions notes %} {% else %} {% ifreadable followupactions notes%} {{record.notes}} {% endifreadable %} {% endifwritable %}

{% ifwritable followupactions closed %} {% else %} {% ifreadable followupactions closed%} {{record.closed}} {% endifreadable %} {% endifwritable %}

{% endblock %}