Your receipt from Netlify
Netlify, Inc.
Total:
Date:
{%- if receipt.display_amount -%} {{receipt.display_amount }} {%- else -%} ${{ receipt.amount | round:2 }} {%- endif -%}
{{ receipt.date }}
{%- assign tax_amount = receipt.tax_amount | floor -%} {%- if tax_amount != 0 -%}
Tax:
${{ receipt.tax_amount | round:2 }}
{%- endif -%}
Name:
Receipt number:
{{ account.name | escape }}
#{{ receipt.transaction_id }}
Billing details:
{{ account.billing_details | escape }}
Summary
{%- for invoice in invoiced_items -%}
{%- if invoice.domain_name -%} Purchase of {{ invoice.domain_name }} ({{ invoice.charge_name }}) {%- elsif invoice.charge_name contains "Team " -%} {{ invoice.charge_name | replace: 'Montly', 'Monthly' }} {% assign quantity = invoice.quantity | plus: 0 %} {%- if quantity > 1 -%} with {{ invoice.quantity | floor }} seats {% endif %} {% else %} {{ invoice.quantity | floor }} {{ invoice.charge_name | replace: 'Montly', 'Monthly' | replace: 'Froms', 'Forms' }} {% endif %}
{%- if invoice.display_amount -%} {{ invoice.display_amount }} {%- else -%} ${{ invoice.charge_amount | round: 2 }} {%- endif -%}
{%- if invoice.domain_name -%} Domain expires on {{ invoice.expires_at }} {%- else -%} From {{ invoice.service_start_date }} to {{ invoice.service_end_date }} {%- endif -%}
{%- endfor -%}
{%- if tax_amount != 0 -%}
Tax
{%- endif -%}
Total
{%- if tax_amount != 0 -%}
${{ receipt.tax_amount | round:2 }}
{%- endif -%}
{%- if receipt.display_amount -%} {{receipt.display_amount }} {%- else -%} ${{ receipt.amount | round:2 }} {%- endif -%}
{%- if sites -%}
{% elsif account_usage %}
{%- endif -%} {%- if account_usage -%} {%- if account_usage.build_minutes %}
Build Miniute Usage
{%- for billing_period in account_usage.build_minutes %}
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{{ billing_period.used }} of {{ billing_period.included }} {{ billing_period.unit }}
{% endfor %}
{% endif %} {%- if account_usage.bandwidth %}
Bandwidth Usage
{%- for billing_period in account_usage.bandwidth %}
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{{ billing_period.used }} of {{ billing_period.included }} {{ billing_period.unit }}
{% endfor %}
{% endif %} {% endif %} {%- if sites and sites.size > 0 -%}
Breakdown per site
{%- for site in sites -%}
{%- if site.url == null -%} Usage from a deleted site {%- else -%} {{ site.url }} {%- endif -%}
{%- if site.forms -%}
Forms
{% for billing_period in site.forms %}
Submissions
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.submissions.unlimited -%} Unlimited {% else %} {{ billing_period.submissions.used }} of {{ billing_period.submissions.included }} {% endif %}
File uploads
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.storage.unlimited -%} Unlimited {% else %} {{ billing_period.storage.used }} of {{ billing_period.storage.included }} {{ billing_period.storage.unit }} {% endif %}
{%endfor%}
{%- endif -%} {%- if site.identity -%}
Identity
{% for billing_period in site.identity %}
Active users
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.active_users.unlimited -%} Unlimited {% else %} {{ billing_period.active_users.used }} of {{ billing_period.active_users.included }} {% endif %}
Invite only users
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.invite_only_users.unlimited -%} Unlimited {% else %} {{ billing_period.invite_only_users.used }} of {{ billing_period.invite_only_users.included }} {% endif %}
{%endfor%}
{%- endif -%} {%- if site.functions -%}
Functions
{% for billing_period in site.functions %}
Invocations
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.invocations.unlimited -%} Unlimited {% else %} {{ billing_period.invocations.used }} of {{ billing_period.invocations.included }} {{ billing_period.invocations.unit }} {% endif %}
Runtime
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.runtime.unlimited -%} Unlimited {% else %} {{ billing_period.runtime.used }} of {{ billing_period.runtime.included }} {{ billing_period.runtime.unit }} {% endif %}
{%endfor%}
{%- endif -%} {%- if site.large_media -%}
Large media
{% for billing_period in site.large_media %}
Transformations
From {{ billing_period.period_start_date }} to {{ billing_period.period_end_date }}
{%- if billing_period.transformations.unlimited -%} Unlimited {% else %} {{ billing_period.transformations.used }} of {{ billing_period.transformations.included }} {{ billing_period.transformations.unit }} {% endif %}
{%endfor%}
{%- endif -%} {%- if forloop.last -%} {%- else -%}
{%- endif -%} {%- endfor -%}
{%- else -%} {%- endif -%}