{% extends "base_secr.html" %} {% load i18n %} {% load ietf_filters %} {% load staticfiles %} {% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %}{% endblock %} {% block branding %}
{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %} |
{% if user|has_role:"Secretariat" %}Secretariat {% endif %}Logged in: {{ user }} | Log out |