{% translate "FATs by ship type" as tab_title %}
{% include "afat/partials/common/navigation/tab.html" with is_active_tab=True tab_id="fatsbyship" tab_title=tab_title %}
{% translate "Corporation performance" as tab_title %}
{% include "afat/partials/common/navigation/tab.html" with is_active_tab=False tab_id="avgfats" tab_title=tab_title %}
{% translate "FATs by time" as tab_title %}
{% include "afat/partials/common/navigation/tab.html" with is_active_tab=False tab_id="fatsbytime" tab_title=tab_title %}
{% translate "FATs by weekday" as tab_title %}
{% include "afat/partials/common/navigation/tab.html" with is_active_tab=False tab_id="fatsbyweek" tab_title=tab_title %}