{% extends 'layout/base.html' %} {% block content %}
{% set fname = doc.bill_path.split('/')[-1] %}
{{ fname }}
({{ fname.split('.')[-1]|lower }})
{% else %}
{% set fname = doc.bill_path.split('/')[-1] %}
{{ fname }}
({{ fname.split('.')[-1]|lower }})
{% endif %}
{% if current_user.role == 'accounts' and doc.status in ['pending', 'reupload'] %}
{% else %}
No documents uploaded yet.
{% endif %}