{% extends "base_fiximate.html" %} {% block page_header %}

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

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

{{ entry.Description }}

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