Merge pull request #185 from dod-ccpo/format-dollars

Add jinja filter to format dollars
This commit is contained in:
patricksmithdds
2018-08-20 12:00:03 -04:00
committed by GitHub
4 changed files with 34 additions and 7 deletions

View File

@@ -116,7 +116,7 @@
<td>{{ r['full_name'] }}</td>
<td></td>
{% endif %}
<td>${{ r['annual_usage'] }}</td>
<td>{{ r['annual_usage'] | dollars }}</td>
<td>{{ r['status'] }}</td>
</tr>
{% endfor %}