use derived annual_spend property for requests

This commit is contained in:
dandds
2018-08-20 10:33:17 -04:00
parent c88c763da2
commit fa883c47bf
2 changed files with 2 additions and 3 deletions

View File

@@ -114,8 +114,7 @@
<dd>{{ data['details_of_use']['dollar_value'] or RequiredLabel() }}</dd>
</div>
{% set dollar_value = data['details_of_use']['dollar_value'] | int %}
{% if dollar_value > 1000000 %}
{% if jedi_request and jedi_request.annual_spend > 1000000 %}
<div>
<dt>Number of User Sessions</dt>
<dd>{{ data['details_of_use']['number_user_sessions'] or RequiredLabel() }}</dd>