{{ 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 %}
- {{_("Docs user page")}}
{{_("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." #}
{{ rev.comment }} |
| {{_("Feed")}} | ||
{{_('Recent Docs Activity')}}
You haven't contributed to any MDN docs. Pitch in!
{% endtrans %} {% endif %}{{_("Recent Docs Activity")}}
| {{_("Page")}} | {{_("Date")}} | {{_("Edit summary")}} | {% for item in docs_feed_items %}
|---|---|---|
{% if item.view_url %} {{ item.rc_title }} {% else %} {{ item.rc_title }} {% endif %}
|
{{ item.rc_timestamp.strftime('%B %d, %Y') }} {{ item.rc_timestamp.strftime('%I:%M %p') }} |
{{ item.rc_comment }} |
| {{_("Feed")}} | ||
{{_('Recent Docs Activity')}}
You haven't contributed to any MDN docs. Pitch in!
{% endtrans %} {% endif %}