{% extends "base.html" %} {% load static i18n %} {% block title %}{% if form.instance.pk %}{% trans "Reply to Message" %}{% else %}{% trans "Compose Message" %}{% endif %}{% endblock %} {% block content %}
{% trans "Select a job if this message is related to a specific position" %}
{% trans "Select user who will receive this message" %}
{% trans "Select type of message you're sending" %}
{% trans "Write your message here. You can use line breaks and basic formatting." %}