{% block style %} {% endblock %} {% block page_header %}

{{ repository.version }} {{ repository.type|capitalize }}

{{ entry.pretty_name() }} [type '{{ entry.pretty_type() }}']

{{ entry.Description }}

{% endblock %} {% block table_header %} {% endblock %} {% block table_body %} {% for msgcontent in lookup.msgcontents(entry.ComponentID) %} {% endfor %} {% endblock %}
Field/Component Field Name FIXML name Req'd Comments Depr.
{% if msgcontent is component %} Component {% else %} {{ msgcontent.Tag }} {% endif %} {% if msgcontent is component %} Component {% else %} {{ msgcontent.FieldName }} {% endif %} {{ msgcontent.AbbrName }} {% if msgcontent.Reqd %}✔{% endif %} {{ msgcontent.Description }} {{ msgcontent.attrib.deprecated }}
{% block page_body %} {% endblock %} {% block copyright %} {% if repository.copyright %} {% endif %} {% endblock %}