{% load humanize %} {% load fr_display %}
{% include 'snippets/status_header.html' with status=status %}
{% if status.status_type == 'Boost' %} {% include 'snippets/status_content.html' with status=status.boosted_status %} {% else %} {% include 'snippets/status_content.html' with status=status %} {% endif %}