{% extends "base_template.html" %} {% load staticfiles %} {% load oma_extras %} {% block title %}{% block titleTab %}Outdated ID for HOG "{{ outdated_hog_id }}"{% endblock titleTab %}{% endblock %} {% block meta_description %}Disambiguate among possible successor HOGs for {{ outdated_hog_id }}{% endblock %} {% block content %}
{% include "includes/outdated_hog.html" %}
{% endblock content %}