Last active
April 10, 2018 08:10
-
-
Save mlazowik/1cc1d1ede497d5711bea8a9e9cf495fa to your computer and use it in GitHub Desktop.
non-trivial blocktrans
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class="text-danger"> | |
{% if is_admin and post.reported_by %} | |
{% full_name post.reported_by as reporter_link %} | |
{% blocktrans trimmed %} | |
This post was reported by {{ reporter_link }} | |
{% endblocktrans %} | |
{% else %} | |
{% trans "This post was reported" %} | |
{% endif %} | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment