mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Sprinkle letter throughout the app
Let users create/edit/delete letter templates. Let them upload a CSV file or send a test against a letter template. Big assumption at the moment is that addresses only have one line, and therefore one column in the CSV file.
This commit is contained in:
@@ -11,5 +11,11 @@
|
||||
{%- else -%}
|
||||
emails
|
||||
{%- endif -%}
|
||||
{%- elif template_type == 'letter' -%}
|
||||
{%- if count == 1 -%}
|
||||
letter
|
||||
{%- else -%}
|
||||
letters
|
||||
{%- endif -%}
|
||||
{%- endif %} {{ suffix }}
|
||||
{%- endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user