{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}
User | Website | Affiliation | Country |
{% if scores_visible() %} {{ user.name | truncate(50) }} {% else %} {{ user.name | truncate(50) }} {% endif %} {% if user.oauth_id %} Official {% endif %} | {% if user.website and (user.website.startswith('http://') or user.website.startswith('https://')) %} {% endif %} | {% if user.affiliation %} {% if user.affiliation | length > 50 %} {% if user.affiliation %}{{ user.affiliation | truncate(50) }}{% endif %} {% else %} {% if user.affiliation %}{{ user.affiliation | truncate(50) }}{% endif %} {% endif %} {% endif %} | {% if user.country %} {{ lookup_country_code(user.country) }} {% endif %} |