{{ profile.user.username }} {% if profile.fullname %}({{ profile.fullname }}){% endif %}
{% if profile.title or profile.organization or profile.location or profile.irc_nickname %}-
{% if profile.title %}
- {{ profile.title }} {% endif %} {% if profile.organization %}
- {{ profile.organization }} {% endif %} {% if profile.location %}
- {{ profile.location }} {% endif %} {% if profile.irc_nickname %}
- IRC: {{ profile.irc_nickname }} {% endif %}
{{ profile.bio | nl2br }}
-
{% for site in profile.website_choices %}
{% set site_name = site[0] %}
{% set site_meta = site[1] %}
{% set href = profile.websites[site_name] %}
{% if href %}
- {{site_meta['label']}} {% endif %} {% endfor %}
{% if show_manage_roles_button %} {# TODO: Need a method to detect whether the logged in user can manage any roles, here #} {{_("Manage Roles")}} {% endif %} {% if profile.allows_editing_by(request.user) %} {{_("Manage API Keys")}} {{_("Edit Profile")}} {% endif %} {{ ban_link(profile.user, request.user) }}
{{_("No Demos")}}
{% trans submit_url=url('demos.views.submit') %}You haven't submitted any web technology demos. Build something awesome and Submit a Demo{% endtrans %}
{{_("Recent Docs Activity")}}
| {{_("Page")}} | {{_("Date")}} | {{_("Comment")}} | {% for rev in wiki_activity %}
|---|---|---|
{{ rev.document.title }}
|
{{ rev.created.strftime('%B %d, %Y') }} {{ rev.created.strftime('%I:%M %p') }} |
{# TODO: auto-generate smart comment like "N words changed." #}
{{ format_comment(rev) }} |
| {{_("Feed")}} | ||
{{_('Recent Docs Activity')}}
You haven't contributed to any MDN docs. Pitch in!
{% endtrans %} {% endif %}