{{ topic|display_edit_history }}
{% extends "base.html" %}
{% load typogrify display %}
{% block title %}: {{ topic_node.preferred_name }}{% endblock %}
{% block js %}
{% endblock %}
{% block css %}
{% endblock %}
{% block content %}
{{ project_topics.count }} project{% if project_topics.count > 1%}s{% endif %} refer{% if project_topics.count = 1%}s{% endif %} to this topic.{{ topic_node.preferred_name }}
{% include "includes/related_topics_header.html" %}
{% for topic in project_topics.all %}
{% endwith %}