{% extends "related/base_form_page.html" %}
{% block subtitle %}{{ _('Edit related item') }}{% endblock %}
{# TODO: pass the same context in here so we can create links #}
{% block breadcrumb_item %}{{ h.nav_link(_('Edit Related'), controller='related', action='edit', id=c.id, related_id="") }}{% endblock %}
{% block page_heading %}{{ _('Edit Related Item') }}{% endblock %}