diff --git a/apps/users/templates/users/impala/profile.html b/apps/users/templates/users/impala/profile.html new file mode 100644 index 0000000000..4636aa8a0d --- /dev/null +++ b/apps/users/templates/users/impala/profile.html @@ -0,0 +1,77 @@ +{% extends "impala/base.html" %} + +{% block title %}{{ page_title(_('User Info for {0}')|f(profile.name)) }}{% endblock %} +{% block js %}{% include("amo/recaptcha_js.html") %}{% endblock %} +{% block bodyclass %}meet gutter{% endblock %} + +{% block content %} + +{% include "messages.html" %} + +{{ impala_breadcrumbs([(None, profile.name)]) }} +
{{ profile.bio|nl2br }}
+ {% endif %} +{{ _('No add-on reviews yet.') }}
+ {% endif %} +