{% load custom_tags %} {% load i18n %}
{% if rescue_organization.location %} {{ rescue_organization.location.str_hr }} {% else %} {{ rescue_organization.location_string }} {% endif %}
{% if rescue_organization.description_short %} {{ rescue_organization.description_short | render_markdown }} {% endif %}