{% extends "base.html" %}
{% load i18n %}
{% load widget_tweaks %}
{% load static %}
{% block title %}{% trans "Your Special Mention" %}{% endblock %}
{% block content %}
{{ profile }}
{% include 'carers/partials/organization_details.html' with profile=profile %}