{% extends "orga/cfp/base.html" %} {% load i18n %} {% block content %} {% include "common/search_form.html" %}
{% trans "Name" %} | {% trans "Talks" %} | {% trans "Submissions" %} |
---|---|---|
{{ profile.user.get_display_name }} | {{ profile.talks.count }} | {{ profile.submissions.count }} |