{% extends "users/base.html" %} {% block title %}My Domain{% endblock title %} {% block content %}

SSL Manger

{% csrf_token %}
{% for domain in domains %} {% empty %} {% endfor %}
Domain Expire Actions
{{ domain.domain }} {{ domain.ssl }}
{{ domain.type }}
No domains found.
{% endblock content %} {% include "users/footer.html" %}