feat: admin panel enrichment
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user