{% if profile.location %} {% endif %} {% if profile.occupation %} {% endif %} {% if profile.homepage and profile.is_developer %} {% endif %} {% if own_profile or edit_any_user %} {% if profile.last_login %} {% endif %} {% if profile.last_login_ip %} {% endif %} {% endif %}
{{ _('Developer Information') }}
{{ _('Name') }} {{ profile.name }}
{{ _('Location') }} {{ profile.location }}
{{ _('Occupation') }} {{ profile.occupation }}
{{ _('Homepage') }} {{ profile.homepage }}
{{ _('User since') }} {{ profile.created|datetime }}
{{ _('Number of add-ons developed') }} {% with num=profile.num_addons_listed %} {% if num == 0 %} {{ _('{0} add-ons')|f(num) }} {% else %} {% if profile.is_artist and not profile.is_addon_developer %} {% trans cnt=num, num=num|numberfmt %} {{ num }} theme {% pluralize %} {{ num }} themes {% endtrans -%} {% else %} {% trans cnt=num, num=num|numberfmt %} {{ num }} add-on {% pluralize %} {{ num }} add-ons {% endtrans -%} {% endif %} {% endif %} {% endwith %}
{{ _("Average rating of developer's add-ons") }} {{ profile.averagerating|float|stars }}