All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
798 B

  1. <div class="item-piles-chat-card" data-trade-id="{{publicTradeId}}">
  2. <div class="item-piles-chat-card-title item-piles-bottom-divider">
  3. <p>
  4. <img src="{{party_1_actor.img}}" data-fast-tooltip="{{party_1_actor.name}}" height="32"/>
  5. <i class="fas fa-handshake"></i> <img src="{{party_2_actor.img}}" data-fast-tooltip="{{party_2_actor.name}}"
  6. height="32"/>
  7. </p>
  8. <p style="margin:0;">{{ localize "ITEM-PILES.Chat.TradeStarted" party_1=party_1_actor.name
  9. party_2=party_2_actor.name}}</p>
  10. </div>
  11. <p>{{ localize "ITEM-PILES.Chat.TradeStartedButton" }}</p>
  12. <button type="button" class="item-piles-specate-trade" data-trade-user="{{userId}}" data-trade-id="{{publicTradeId}}">
  13. {{ localize "ITEM-PILES.Chat.TradeSpectate" }}
  14. </button>
  15. </div>