{% extends "files/base.html" %} {% block title -%} {% if diff %} {{ _('File Compare :: Editor tools') }} {% else %} {{ _('File Viewer :: Editor tools') }} {% endif %} {% endblock %} {% block content %}

{{ addon.name }} {{ version }} {% if file.platform != amo.PLATFORM_ALL.id %}({{ file.get_platform_display() }}){% endif %}

{% endblock %}