{# TODO(jbalogh): make this a global fix: bug 551748 #} {% set amo_user = user.get_profile() if user.is_authenticated() else None %} {% if not addon.has_author(amo_user) %}
{% trans login=login_link() %} Please log in to submit a review {% endtrans %}
{% endif %}{% trans %} Please do not post bug reports in reviews. We do not make your email address available to add-on developers and they may need to contact you to help resolve your issue. {% endtrans %}
{% if addon.support_url or addon.support_email %}{% trans support='#support' %} See the support section to find out where to get assistance for this add-on. {% endtrans %}
{% endif %}