-
{% 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 %}
{{ profile.user.username }} {% if profile.fullname %}({{ profile.fullname }}){% endif %}
-
{% 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 }}
{{_("Recent Badge Awards")}}
{% include "badger/includes/awards_as_badges_list.html" %}{{_("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")}} | ||
You haven't contributed to any MDN docs. Pitch in!
{% endtrans %} {% else %}{{ _('This user has no activity.') }}
{% endif %} {% endif %}