{% htmlcontent notifications/base.html %}
<p style="{{ p_style }}">
{% htmlcontent notifications/base.html %}
<p style="{{ p_style }}">
+ {% if tag_links != "" %}
{% blocktrans %}
{{ author_link }} has just posted a new question on {{ app_name }}, entitled
{{ question_link }}
and tagged "<em>{{ tag_links }}</em>". Here's what it says:
{% endblocktrans %}
{% blocktrans %}
{{ author_link }} has just posted a new question on {{ app_name }}, entitled
{{ question_link }}
and tagged "<em>{{ tag_links }}</em>". Here's what it says:
{% endblocktrans %}
+ {%else%}
+ {% blocktrans %}
+ {{ author_link }} has just posted a new question on {{ app_name }}, entitled
+ {{ question_link }}. Here's what it says:
+ {% endblocktrans %}
+ {%endif%}