X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/355802a7214e1ba0764b70bad0299641dbd634c2..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/gasthaus_view.html diff --git a/wradmin/templates/gasthaus_view.html b/wradmin/templates/gasthaus_view.html index 48204fc..410469b 100644 --- a/wradmin/templates/gasthaus_view.html +++ b/wradmin/templates/gasthaus_view.html @@ -1,73 +1,62 @@ - - - - +{% extends "master.html" %} +{% block title %}Gasthaus {{inn.page_title}}{% endblock %} - - Gasthaus - - - -

Gasthaus #${c.inn.page_id}: ${c.inn.page_title}

+{% block content %} +

Gasthaus #{{inn.page_id}}: {{inn.page_title}}

Inhalt der Gasthausbox

- + - + - - + + - + - + - + - + - + - + - + - +
ID${c.inn.page_id}{{inn.page_id}}
Name${c.inn.page_title}{{inn.page_title}}
Höhe${c.inn.position_elevation}Höhe{{inn.position_elevation}}
Telefon${c.inn.phone_list}{{inn.phone_list}}
E-Mail${c.inn.email_list}{{inn.email_list}}
Homepage${c.inn.homepage}{{inn.homepage}}
Rauchfrei${h.tristate_tuple(c.inn.nonsmoker_area, c.inn.smoker_area)}{{h.tristate_tuple(inn.nonsmoker_area, inn.smoker_area)}}
Bild${c.inn.image}{{inn.image}}
Latitude${c.inn.position_latitude}{{inn.position_latitude}}
Longitude${c.inn.position_longitude}{{inn.position_longitude}}
In Arbeit${c.inn.under_construction}{{inn.under_construction}}
- - - +{% endblock %}