{% extends "data_explorer/table_entry.html" %} {% block entrycontent %} {# Base Info #}
| Tag Name | {{ table_entry.name }} |
| Tag Type | {{ table_entry.tag_type }} |
| Project | {% if table_entry.tag_type == "project-specific" %} {{ table_entry.project.name }} {% else %} --- {% endif %} |
| Description | {{ table_entry.description }} |