Skip to content

Commit

Permalink
Add Person Statements where PEP status is declared
Browse files Browse the repository at this point in the history
  • Loading branch information
jarofgreen committed Jul 16, 2019
1 parent 2532541 commit 6086247
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cove_bods/templates/cove_bods/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ <h4 class="panel-title">
</div>
<div id="statisticsTable" class="collapse in panel-body">


<h4>{% trans 'Entity Statements' %}</h4>

<p>{% trans 'Total Statements' %}: {{ statistics.count_entity_statements }}</p>
Expand Down Expand Up @@ -226,6 +225,14 @@ <h4>{% trans 'Person Statements' %}</h4>
{% endif %}
{% endfor %}

{% if statistics.count_person_statements_have_pep_status %}
<p>
{% trans '... where PEP status is declared' %}:
{{ statistics.count_person_statements_have_pep_status }}
({% widthratio statistics.count_person_statements_have_pep_status statistics.count_person_statements 100 %}%)
</p>
{% endif %}

{% if statistics.count_person_statements_have_pep_status_and_reason_missing_info %}
<p>
{% trans '... where PEP status is declared AND (erroneously) a reason for missing PEP information is given' %}:
Expand Down

0 comments on commit 6086247

Please sign in to comment.