{% extends "base.html" %} {% block title %} {{ organization.name }} {% endblock title %} {% block content %}

{{ organization.name }}

{% if user.is_authenticated %}
{% csrf_token %}
{% else %}

Login to subscribe!

{% endif %} {{ org_data|safe }} {% endblock content %}