{% load i18n %}

{% trans "Speaking and Miniconfs" %}

{% if user.speaker_profile and proposal_kinds|length > 0 %}
{% include "symposion/dashboard/_new_proposal.html" %}
{% endif %}
{% include "symposion/dashboard/_profile.html" %}