We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
admin/invoices/failed/
Is your feature request related to a problem? Please describe.
UndefinedError jinja2.exceptions.UndefinedError: 'None' has no attribute 'strip'
https://github.com/Subscribie/subscribie/blob/51fd8052aa08d7fd3dff157fcb9cfafe0f61ed6d/subscribie/blueprints/admin/templates/admin/invoice/failed_invoices.html
{% for invoice in debtor['failedInvoices'] %} <tr> <td>{{ invoice.subscribie_subscription.plan.title }} </td> <td>{% if invoice.subscribie_subscription.note %} {% if invoice.subscribie_subscription.note.note.strip() != '' %} {{ invoice.subscribie_subscription.note.note }} {% else %} <small style="color: lightgrey">None</small> {% endif %} {% endif %}
Describe the solution you'd like
Describe alternatives you've considered actually use a type strict templating language.
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
https://github.com/Subscribie/subscribie/blob/51fd8052aa08d7fd3dff157fcb9cfafe0f61ed6d/subscribie/blueprints/admin/templates/admin/invoice/failed_invoices.html
Describe the solution you'd like
Describe alternatives you've considered
actually use a type strict templating language.
Additional context
The text was updated successfully, but these errors were encountered: