diff --git a/db.sqlite3 b/db.sqlite3 index d816e90..0ac3e47 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/processes/templates/processes/request_list.html b/processes/templates/processes/request_list.html index 5a0331f..346f7c0 100644 --- a/processes/templates/processes/request_list.html +++ b/processes/templates/processes/request_list.html @@ -154,7 +154,15 @@ {{ inst.code }} {{ inst.process.name }} - {{ inst.current_step.name|default:"--" }} + + {% if inst.status == 'completed' %} + {{ inst.current_step.name|default:"--" }} + {% elif inst.current_step %} + {{ inst.current_step.name }} + {% else %} + -- + {% endif %} + {{ inst.well.water_subscription_number }} {% if inst.representative %}{{ inst.representative.get_full_name }}{% else %}-{% endif %} {% if inst.well and inst.well.county %}{{ inst.well.county }}{% else %}-{% endif %}