{% trans 'Title' %} | diff --git a/src/templates/default/users/_includes/dashboard_cospeaking_proposal_table_uneditable.html b/src/templates/default/users/_includes/dashboard_cospeaking_proposal_table_uneditable.html new file mode 100644 index 000000000..92b7b864e --- /dev/null +++ b/src/templates/default/users/_includes/dashboard_cospeaking_proposal_table_uneditable.html @@ -0,0 +1,38 @@ +{% load i18n %} + +
---|
{% trans 'Title' %} | +{% trans 'Language' %} | +{% trans 'Submitter' %} | +{% trans 'Status' %} | ++ |
---|---|---|---|---|
{{ speaker_info.proposal.title }} | +{{ speaker_info.proposal.get_language_display }} | ++ + {{ speaker_info.proposal.submitter.speaker_name }} + + | +{{ speaker_info.get_status_display }} | +