codeforamerica/intake

View on GitHub
templates/slack/notification_sent.jinja

Summary

Maintainability
Test Coverage
{% for method in methods %}
{%- if method in ['email', 'sms'] -%}
Successfully sent a {{ notification_type }} to {{ submission.anonymous_name }} via {{ method }}
{%- else -%}
Did not send a {{ notification_type }} to {{ submission.anonymous_name }} via {{ method }}
{%- endif %}
{% endfor %}