{% extends 'esign/base.html' %} {% load static %} {% block content %}
| S. No. | Document Title | Category | Signers | Created at | Status | Document Type | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ doc.title }} | {{ doc.category }} |
{% for signer in doc.sign_flow.all|slice:":3" %}
{{ signer.recipient_email|slice:":1"|upper }}
+{{ doc.sign_flow.count|add:"-3" }}
{% endif %}
|
{% if doc.sign_flow.count > 3 %}
{{ doc.created_at|date:"M d, Y H:i" }} | In Progress | {{ doc.file.url|slice:"-3:"|upper }} |
|
|
| No documents waiting for others. | ||||||||