{% endfor %}
{% endif %}
{% if profile.pending_talks.exists %}
{% trans 'Submitted or Under Consideration Talks:' %}
{% for talk in profile.pending_talks %}
{% comment %}
Because this is one of the author's pending talks, we don't
need to check for edit permission's on the talk explictly.
This doesn't show the edit button for people with 'change-talk'
permissions, but we accept that tradeoff for simplicity here.
{% endcomment %}
{% trans 'Edit' %}