diff --git a/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html b/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html index e8612826bf1d74aae6ad2a8567502aa1fc32cda5..411c02c48d291d9627dde977b8d8719193877697 100644 --- a/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html +++ b/pinaxcon/templates/symposion/proposals/_pending_proposal_row.html @@ -1,36 +1,37 @@ {% load i18n %} - - - {{ proposal.title }} - - - {{ proposal.kind.name }} - - - {% if proposal.cancelled %} - {% trans 'Cancelled' %} - {% else %} +
+
+
+
{{ proposal.title }}
+
+
+
    +
  • Type: {{ proposal.kind.name }}
  • +
  • + Status: + {% if proposal.cancelled %} + Cancelled + {% else %} {% if request.user == proposal.speaker.user %} - {% if proposal.result.status == "accepted" %} - {% trans 'Accepted' %} - {% else %} - {% trans 'Submitted' %} - {% endif %} + {% if proposal.result.status == "accepted" %} + Accepted + {% else %} + Submitted + {% endif %} {% else %} - {% trans 'Invited' %} + Invited {% endif %} + {% endif %} +
  • +
+
+ View Details + {% if not proposal.cancelled %} + Accept Copresenter Invitation + Decline Copresenter Invitation {% endif %} - - - - {% if not proposal.cancelled %} - - {% endif %} - - +
+
+
+