{{ comment }} This page shows all transactions a covered entity has with other covered entities. Each transaction contains shard data, that is the information that was needed to complete the transaction standard. Every transaction should have a standard. (I think.) {{ endcomment }}
{% extends "base.html" %} {% block title %} Transactions {% endblock %} {% block top %}Standard {% include "invisible.html" %} | Other Entity {% include "invisible.html" %} | Information Shared {% include "invisible.html" %} | Date Requested {% include "invisible.html" %} | Date Responded {% include "invisible.html" %} | Purpose {% include "invisible.html" %} |
{{ transaction.Standard }} | {% if transaction.SecondParty == entity %} {{ transaction.FirstParty.Name }} {% else %} {{ transaction.SecondParty.Name }} {% endif %} | {% with data=transaction.SharedInformation %} … {% include "informationModal.html" %} {% endwith %} | {{ transaction.DateRequested }} | {{ transaction.DateResponded }} | {{ transaction.Purpose }} |