posabsolute/inker

View on GitHub
src/templates/transactional/receipt.txt

Summary

Maintainability
Test Coverage
{{ 'invoice_welcome' | trans }}
${{'{{ total }}'}} {{ 'invoice_paid' | trans }}

{{ '{{ invoice_client_name }}' }}, Invoice # {{ '{{ invoice_number }}' }}, {{ '{{ invoice_date }}' }}

{{ '{% for item in items %}' }}
    * {{'{{ item.name }}'}}, ${{'{{ item.price }}'}}                       
{{ '{% endfor %}' }}