<!-- IF postrow.S_PROFILE_REALERNAME -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_REALERNAME_NAME}:</strong> {postrow.PROFILE_REALERNAME_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_STATUS -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_STATUS_NAME}:</strong> {postrow.PROFILE_STATUS_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_KENNZEICHEN -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_KENNZEICHEN_NAME}:</strong> {postrow.PROFILE_KENNZEICHEN_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_FAHRZEUGMARKE -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_FAHRZEUGMARKE_NAME}:</strong> {postrow.PROFILE_FAHRZEUGMARKE_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_MODELL -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_MODELL_NAME}:</strong> {postrow.PROFILE_MODELL_VALUE}</dd>
		<!-- ENDIF -->
          <!-- IF postrow.S_PROFILE_WAGENLINK -->
             <dd><a href="
http://society199.cwsurf.de/cwphpbb/{po ... E}</a></dd>
          <!-- ENDIF --> 
          <!-- IF postrow.S_PROFILE_WAGENLINKZWEI -->
             <dd><a href="{postrow.PROFILE_WAGENLINKZWEI_VALUE}">{postrow.PROFILE_WAGENLINKZWEI_NAME}</a></dd>
          <!-- ENDIF -->   
		<!-- IF postrow.S_PROFILE_WERKSINTERN -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_WERKSINTERN_NAME}:</strong> {postrow.PROFILE_WERKSINTERN_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_BAUJAHR -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_BAUJAHR_NAME}:</strong> {postrow.PROFILE_BAUJAHR_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_FARBE -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_FARBE_NAME}:</strong> {postrow.PROFILE_FARBE_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_AUSTATTUNG -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_AUSTATTUNG_NAME}:</strong> {postrow.PROFILE_AUSTATTUNG_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_MOTOR -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_MOTOR_NAME}:</strong> {postrow.PROFILE_MOTOR_VALUE}</dd>
                <!-- ENDIF -->
                <!-- IF postrow.S_PROFILE_SPRIT -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_SPRIT_NAME}:</strong> {postrow.PROFILE_SPRIT_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_VERBRAUCH -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_VERBRAUCH_NAME}:</strong> {postrow.PROFILE_VERBRAUCH_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_CO -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_CO_NAME}:</strong> {postrow.PROFILE_CO_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_LEISTUNG -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_LEISTUNG_NAME}:</strong> {postrow.PROFILE_LEISTUNG_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_LET_ANSCHAFFUNG -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_LET_ANSCHAFFUNG_NAME}:</strong> {postrow.PROFILE_LET_ANSCHAFFUNG_VALUE}</dd>
		<!-- ENDIF -->
		<!-- IF postrow.S_PROFILE_ANSCHAFFUNG -->
			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
			<dd><strong>{postrow.PROFILE_ANSCHAFFUNG_NAME}:</strong> {postrow.PROFILE_ANSCHAFFUNG_VALUE}</dd>
		<!-- ENDIF -->
          <!-- BEGIN custom_fields -->
    <!-- IF postrow.custom_fields.PROFILE_FIELD_NAME neq ("Tuning-Parts" or "geplante Tuning-Parts" or "Extras") -->
             <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
            <!-- ENDIF -->
            <!-- END custom_fields -->