{% load humanize %}
Feature | Maximum | Your usage | {% for feature in plan_features %}|
---|---|---|---|
{{ feature.name }} | {% if feature.boolean %} {% if feature.value %}✓{% else %}✗{% endif %} {% else %} {% if feature.value > -1 %} {{ feature.value|capfirst|intcomma }} {% else %} Unlimited {% endif %} {% endif %} | {% if not feature.boolean and feature.usage %} {{ feature.usage|capfirst|intcomma }} {% else %} ‐ {% endif %} |
{% if not feature.boolean %}
{% if feature.usage_percent %}
|