Skip to content

Commit

Permalink
Reintroduce total consumer relief to enforcement action sidebar (#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Jan 14, 2021
1 parent 1ee2f76 commit 838e042
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h3 class="h4">
{{_list(statutes)}}
</div>
{% endif %}
{#{{_dispositions(page.enforcement_dispositions.all())}}#}
{{_dispositions(page.enforcement_dispositions.all())}}
{% if defendant_types|length > 100 %}
<div class="m-related-metadata_item-container">
<h3 class="h4">
Expand Down Expand Up @@ -200,14 +200,14 @@ <h3 class="h4">
${{'{:,}'.format(total_consumer_relief)}}
</div>
</div>
<div class="m-related-metadata_item-container">
{#<div class="m-related-metadata_item-container">
<h3 class="h4">
Total civil money penalties
</h3>
<div>
${{'{:,}'.format(total_cmp)}}
</div>
</div>
</div>#}
{% endif %}
{% endmacro %}

Expand Down

0 comments on commit 838e042

Please sign in to comment.