-
{% for site_name, site_meta in profile.website_choices %}
{% if site_name == 'github' %}
{% if accounts.github and waffle.flag('github_login') %}
{% for github_account in accounts.github %}{% if github_account.extra_data %}
- {{ site_meta.label }} {% endif %}{% endfor %} {% else %} {{ account(profile, site_name, site_meta) }} {% endif %} {% else %} {{ account(profile, site_name, site_meta) }} {% endif %} {% endfor %}
{{ profile.user.username }} {% if profile.fullname %} ({{ profile.fullname }}) {% endif %} {% if user.is_authenticated and user.username == profile.user.username %} {% include 'socialaccount/snippets/login_service_icon.html' %} {% 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('kuma.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 %} {% set previous_rev = rev.get_previous() %}
|---|---|---|
{{ rev.document.title }}
|
{{ datetimeformat(rev.created, format='date') }} {{ datetimeformat(rev.created, format='time') }} |
{# 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 %}