{% extends '_layout/navbar.html' %} {% load utils %} {% block nav-domains %}class="active"{% endblock %} {% block title-extra %}{{ domain.fqdn }}{% endblock %} {% block content %}
{% block general-tab %} {% if domain.md_content %}
{{ domain.md_content|markdownify }}

Last edited {{ domain.md_last_edited|date:"d.m.y - H:i" }} from {{ domain.md_last_autor.username }}
{% else %} No special information about this domain yet. But you can edit this section! {% endif %} {% endblock %}
Valid {% if domain.valid %} Yes {% else %} No {% endif %}
Public {% if domain.public %} Yes {% else %} No {% endif %}
HTTPS {% if domain.can_speak_https %} Yes {% else %} No {% endif %}
{% if domain.minion.all %} {% for minion in domain.minion.all %} {% endfor %}
Minion Applied domains
{{ minion.fqdn }} {{ minion.domain_set.all|length }}
{% else %}

No minions applied to this domain.

{% endif %}

Grades {% if domain.ssl_lab_status.grades %} View on ssllabs.com {% endif %}

{% for grade in domain.ssl_lab_status.grades %} {{ grade }} {% empty %}

This domain couldn't be checked.

{% endfor %}

Messages

{% if domain.ssl_lab_status.messages %}
    {% for message in domain.ssl_lab_status.messages %}
  • {{ message }}
  • {% endfor %}
{% else %}

No messages for this Domain.

{% endif %}
{% endblock %}