{% extends base_generic %} {% load static %} {% block content %}
{% if user.is_staff %} Update Edit Remove {% endif %}

Domain

{% if object.link_obj.dead %} This domain is marked as dead! {% endif %} {% if object.get_link_object %} {% else %} {% endif %}
LinkLink informationLink{{object.domain}}
Main{{object.main}}
Subdomain{{object.subdomain}}
Suffix{{object.suffix}}
TLD{{object.tld}}
Category{{object.category}}
SubCategory{{object.subcategory}}
{% if object.get_link_object %}

Link information

Title{{object.get_link_object.title}}
Description{{object.get_link_object.description}}
Language{{object.get_link_object.language}}
Charset{{object.get_link_object.charset}}
Date published{{object.get_link_object.date_published}}
Bookmarked{{object.get_link_object.bookmarked}}
Permanent{{object.get_link_object.permanent}}
Dead{{object.get_link_object.dead}}
Status{{object.get_link_object.status_code}}
Artist{{object.link_obj.artist}}
Album{{object.link_obj.album}}
Age{{object.link_obj.age}}
Thumbnail{{object.link_obj.thumbnail}}
Page rating{{object.link_obj.page_rating}}
{% include "rsshistory/domain_help_element.html" %} {% else %} No link data {% endif %} Show JSON {% endblock %}