{% extends "base_bootstrap.html" %} {% load render_table from django_tables2 %} {% block title %}{% if listHeader %}{{listHeader}}{% else %}Followup List{% endif %}{% endblock %} {% block content %}
{% if listHeader %}

{{ listHeader }}

{% else %}

Object List

{% endif %}

({{table.rows|length}})

{% if listHeader %} {% if list_id >= 0 and list_id < 10 and table.rows|length > 0 %}
{% csrf_token %} {% endif %} {% endif %} {% if table.rows|length > 0 %}
{% render_table table %}
{% endif %} {% if listHeader %} {% if list_id >= 0 and list_id <= 10 and table.rows|length > 0 %} {% if can_edit_fl == 1 %}

{% else %}

{% include "atlas/permissions_alert.html" %} {% endif %} {% endif %}
{% endif %}
{% endblock %}