Show billing for comp'd accounts.

master
Nick Sergeant 2015-10-26 11:31:45 -04:00
parent 5e86a2e7f9
commit ef5082414e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<div class="def" data-title="Plan"> <div class="def" data-title="Plan">
{{ name }} {{ name }}
</div> </div>
{% if status != 'inactive' %} {% if status != 'inactive' and status != 'promo' %}
<div class="def" data-title="Price"> <div class="def" data-title="Price">
${{ amount|currency_convert }}.00 USD / {{ interval }} ${{ amount|currency_convert }}.00 USD / {{ interval }}
</div> </div>