{% if user and user.is_authenticated and user.is_administrator() %} {# admin can post answers or questions on behalf of anyone. #}
{% trans %}To post on behalf of someone else, enter user name and email below.{% endtrans %}
{{ post_form.post_author_username.errors }}
{{ post_form.post_author_email.errors }}
{% endif %}