{% extends 'base.html' %} {% block contentbody %}
| # | 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 {%endif%} |