{% extends "nobinobi_child/base.html" %} {% load i18n static %} {% block title %}{{ child.full_name }} - {{ title }}{% endblock %} {% block extrastyle %} {% endblock %} {% block content_title_block %}

{{ title }} - {{ child.full_name }}

{% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content_card %} {% include "includes/messages.html" %}
{% trans "date" %} {% trans "staff" %} {% trans "status" %} {% trans "excerpt" %} {% trans "Actions" %}
{% include "includes/modal.html" %} {% endblock %} {% block extrajs %} {# #} {% endblock %}