{% extends 'base.html' %} {% block contentbody %}

Required Document & Upload Status

{%if perms.projsettings.add_requireddocsofficedetails%} Add Document {%endif%} {% comment %} {% endcomment %}
{% for obj in objs %} {% endfor %}
# Name Docs For Country Type Action
{{forloop.counter}} {{obj.rdod_name}} {{obj.get_string_docs_for}} {% for country in obj.rdod_countries.all %} {{country}} {% endfor %} {{obj.get_string_docs_type}} {%if perms.projsettings.change_requireddocsofficedetails%} Edit {%endif%} {%if perms.projsettings.delete_requireddocsofficedetails%} delete
{% csrf_token %}
{%endif%}
{% include 'pages/pagination.html' %} {% endblock %}