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

10 lines
320 B
HTML
Raw Permalink Normal View History

2020-04-21 02:34:04 +00:00
<h3 class="client-name">{{ negotiation.client_name }}</h3>
2020-04-20 05:42:52 +00:00
<div id="swaytracker">
{% include 'partials/swaytracker.html' %}
</div>
2020-04-21 02:34:04 +00:00
<h3>
<span class="taker-crew-name">{{ negotiation.taker_crew_name }}</span>
<span>represented by</span>
<span class="negotiator-name">{{ negotiation.negotiator_name }}</span>
</h3>