{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load markup_tags %} {% load static %} {% load ietf_filters %} {% load group_filters %} {% block title %}Profile for {{ persons.0 }}{% endblock %} {% block content %} {% origin %} {% if persons|length > 1 %}
| {{ role.name.name }} {% if role.group.type_id == 'sdo' %}for{% elif role.name_id == 'reviewer' %}in{% else %}of{% endif %} {{ role.group.name }} ({{ role.group.acronym }}) | {{ role.email.address }} |
| {% firstof extres.display_name extres.name.name %} | {{extres.value}} |
| {{ doc.canonical_name }} | {{ doc.pub_date|date:"b Y"|title|nbsp }} | {{ doc.title }} {% with doc.referenced_by_rfcs.count as refbycount %} {% if refbycount %} Cited by {{ refbycount }} RFC{{ refbycount|pluralize}} {% endif %} {% endwith %} |