redmarkets-negotiation/templates/partials/negotiation-panel.html

10 lines
320 B
HTML

<h3 class="client-name">{{ negotiation.client_name }}</h3>
<div id="swaytracker">
{% include 'partials/swaytracker.html' %}
</div>
<h3>
<span class="taker-crew-name">{{ negotiation.taker_crew_name }}</span>
<span>represented by</span>
<span class="negotiator-name">{{ negotiation.negotiator_name }}</span>
</h3>