{% extends "base.html" %} {% load bootstrap4 %} {% load widget_tweaks %} {% block title %}Client - QMD Documentation{% endblock title %} {% block content %}

{% include "client_navbar.html" %}

Client - Documentation - {{active_company.company_name}}

{% for title, docs in documents_per_section %} {%if docs %}

{{title}}

{% for doc_id, doc_pos, doc_url, doc_name, updated_at, conv_doc_pk, converted_path_date, converting, missing in docs %}
{{forloop.counter}}
{{doc_name}}{%if conv_doc_pk %} - {{converted_path_date}}{%endif%}
{% if user.is_superuser and not user.view_as_user %}
{%if converting %} {{converting}}% {%endif%}
{%else%}
{%endif%}
{%if conv_doc_pk %}
{%endif%}
{%endfor%}

{%endif%} {%endfor%} {%if all_sections_accepted %}
I verified all section related information and want to start the document creation process.
{% if user.is_superuser %} Missing {%endif%}
{%endif%}
{% endblock content %}