{% extends "devhub/base.html" %}
{% if filename %}
{# L10n: first parameter is a filename like lorem-ipsum-1.0.2.xpi #}
{% set title = _('Validation Results for {0}')|f(filename) %}
{% else %}
{% set title = _('Validation Results') %}
{% endif %}
{% block title %}{{ dev_page_title(title, addon) }}{% endblock %}
{% block content %}
{{ title }}
{{ _('Validated at:') }} | |
---|---|
{{ _('Tested for compatibility against:') }} | {{ amo.APP_IDS[target_app].pretty }} {{ target_version }} |