14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
Hello {{ brief.client.first_name|default:brief.client.username }},
|
|
|
|
Your project "{{ brief.title }}" status changed from {{ previous_status }} to {{ brief.status }}.
|
|
|
|
{% if brief.shows_quote_to_client %}
|
|
Quote from Tecvico:
|
|
{{ brief.quote_text }}
|
|
{% endif %}
|
|
|
|
View your project: {{ brief.get_absolute_url }}
|
|
|
|
Thank you,
|
|
Tecvico Team
|