Skip to content
Snippets Groups Projects
Commit 0cfe202e authored by Joost van Dijk's avatar Joost van Dijk
Browse files

add twig template for hostnames

parent db788b8f
No related branches found
No related tags found
No related merge requests found
{% set pagetitle = 'Diagnostics on hostname, port and protocol'|trans %}
{% extends "base.twig" %}
{% block content %}
<h2>{{ pagetitle }}</h2>
{% set items = attributes %}
{% embed '_table.twig' %}
{% block namecol %}
<td class="attrname"><samp>{{ name }}</samp></td>
{% endblock %}
{% block value %}
{{ value }}
{% endblock %}
{% endembed %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment