feat: admin panel enrichment

This commit is contained in:
mohamad
2026-07-19 14:31:28 +03:30
parent d8d7819eca
commit 1042fba121
77 changed files with 4616 additions and 2 deletions
@@ -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