{# /featured #} {% if addon.description or addon.all_previews|length > 1 or addon.developer_comments or addon.show_beta %}

{{ _('More about this add-on') }}

{% if addon.id == 4664 or addon.id == 144983 %} {# This is for Bug 595561. #} {% include 'addons/qr_code.html' %} {% endif %} {{ addon.description|nl2br }}

{% if addon.all_previews|length > 1 %}

{{ _('Image Gallery') }}

{% for preview in addon.all_previews[1:] %} {% endfor %} {% endif %} {% if addon.developer_comments %}

{{ _('Developer Comments', 'addons_display_developer_comments') }}

{{ addon.developer_comments|nl2br }}

{% endif %} {# beta channel #} {% if addon.show_beta and show_actions %}

{{ _('Development Channel') }}

{% trans %} The Development Channel lets you test an experimental new version of this add-on before it's released to the general public. Once you install the development version, you will continue to get updates from this channel. {% endtrans %} {{ _('Install development version') }}

{% trans %} Caution: Development versions of this add-on have not been reviewed by Mozilla. Once you install a development version you will continue to receive development updates from this developer. To stop receiving development updates, reinstall the default version from the link above. {% endtrans %}

{{ _('Version {0}:')|f( addon.current_beta_version.version) }}
{{ install_button(addon, version=addon.current_beta_version, show_warning=False) }}
{# /install-beta #}
{% endif %} {# /beta #}
{# /article #} {% elif not show_actions %}

{{ _('More about this add-on') }}

{{ _('Nothing to see here! The developer did not include any details.') }}
{% endif %} {% if reviews is defined %} {{ review_list_box(addon=addon, reviews=reviews) }} {% endif %} {% if review_form: %} {% if request.user.is_authenticated() %} {{ review_add_box(addon=addon) }} {% endif %} {% endif %} {% if not addon.is_selfhosted() and version and show_actions %}

{{ _('Version Notes', 'addons_display_release_notes') }}

{{ version_detail(addon, version, src="addon-detail-version") }} {% endif %} {% if abuse_form %} {{ addon_report_abuse(hide=True, addon=addon) }} {% endif %}